Skip to content

Commit 1d528ce

Browse files
authored
add SignData opcode (#25)
1 parent e017cab commit 1d528ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Source/TonSwift/Util/OpCodes.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@ public enum OpCodes {
1313
public static var WHALES_WITHDRAW: UInt32 = 3665837821
1414
public static var ENCRYPTED_COMMENT: Int32 = 0x2167da4b
1515
public static var GASLESS: Int = 0x878da6e3
16+
public static var SIGN_DATA: Int = 0x75569022
1617
}

0 commit comments

Comments
 (0)