Skip to content

Commit

Permalink
feat: introduce sigdata
Browse files Browse the repository at this point in the history
  • Loading branch information
janek26 committed Nov 22, 2023
1 parent 38a7d19 commit 8b99166
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/StarknetWindowObject.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ interface GetDeploymentDataResult {
class_hash: string // Represented as 'felt252'
salt: string // Represented as 'felt252'
calldata: string[] // Array of 'felt252', length := calldata_len
sigdata?: string[] // Array of 'felt252', should be prepended to signature as extra data
}

export type RpcMessage =
Expand Down

0 comments on commit 8b99166

Please sign in to comment.