Interface CustomBinaryOperation

Generic operation.

Hierarchy

Properties

0 1

Properties

0: "custom_binary"
1: { data: number[] | Buffer | HexBuffer; id: string; required_active_auths: string[]; required_auths: AuthorityType[]; required_owner_auths: string[]; required_posting_auths: string[] }

Type declaration

  • data: number[] | Buffer | HexBuffer
  • id: string

    ID string, must be less than 32 characters long.

  • required_active_auths: string[]
  • required_auths: AuthorityType[]
  • required_owner_auths: string[]
  • required_posting_auths: string[]

Generated using TypeDoc