Skip to content

Commit

Permalink
WIP sign
Browse files Browse the repository at this point in the history
  • Loading branch information
rianhughes committed Jul 28, 2023
1 parent 9e7ec74 commit 8d452fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/deployAccount/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@ func main() {
fmt.Println("NOTE: Not using account to deployAccount as that method doesn't exist. Going to use provider for now.")

// NEXT: construct tx correctly
// To Sign
// ref : https://github.com/0xs34n/starknet.js/blob/develop/src/signer/default.ts#L63C1-L63C46

tx := rpcv02.BroadcastedDeployAccountTransaction{
BroadcastedTxnCommonProperties: rpcv02.BroadcastedTxnCommonProperties{
Expand Down

0 comments on commit 8d452fd

Please sign in to comment.