Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AppliedCustomOperation

brief

provides a generic way to add higher level protocols on top of witness consensus

ingroup

operations

There is no validation for this operation other than that required auths are valid

Hierarchy

Index

Properties

block

block: number

op

op: { type: "custom_operation"; value: { data: Buffer | HexBuffer | number[]; id: number; required_auths: string[] } }

Type declaration

  • type: "custom_operation"
  • value: { data: Buffer | HexBuffer | number[]; id: number; required_auths: string[] }
    • data: Buffer | HexBuffer | number[]
    • id: number
    • required_auths: string[]

op_in_trx

op_in_trx: number

timestamp

timestamp: string

trx_id

trx_id: string

trx_in_block

trx_in_block: number

virtual_op

virtual_op: number

Generated using TypeDoc