Interface CustomBinaryOperation
Properties
0
0: "custom_binary"
1
1
: { data
: Buffer | HexBuffer | number[]; id
: string; required_active_auths
: string[]; required_auths
: AuthorityType[]; required_owner_auths
: string[]; required_posting_auths
: string[] }
Type declaration
-
data: Buffer | HexBuffer | number[]
-
id: string
-
required_active_auths: string[]
-
-
required_owner_auths: string[]
-
required_posting_auths: string[]
ID string, must be less than 32 characters long.