We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1b6e39 commit 5287bf7Copy full SHA for 5287bf7
wrapper/go-wrapper/sample/near.go
@@ -19,6 +19,8 @@ func TestNEAR() {
19
var transferAmount [16]byte
20
transferAmount[0] = 1
21
22
+ fmt.Println("hex amount:", hex.EncodeToString(transferAmount[:]))
23
+
24
input := near.SigningInput{
25
SignerId: "test.near",
26
ReceiverId: "whatever.near",
0 commit comments