Skip to content

Commit 5287bf7

Browse files
author
nguyen-zung
committed
sample code for near
1 parent d1b6e39 commit 5287bf7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

wrapper/go-wrapper/sample/near.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ func TestNEAR() {
1919
var transferAmount [16]byte
2020
transferAmount[0] = 1
2121

22+
fmt.Println("hex amount:", hex.EncodeToString(transferAmount[:]))
23+
2224
input := near.SigningInput{
2325
SignerId: "test.near",
2426
ReceiverId: "whatever.near",

0 commit comments

Comments
 (0)