Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AppliedRemoveProposalOperation

Hierarchy

Index

Properties

block

block: number

op

op: { type: "remove_proposal_operation"; value: { extensions: any[]; proposal_ids: number[]; proposal_owner: string } }

Type declaration

  • type: "remove_proposal_operation"
  • value: { extensions: any[]; proposal_ids: number[]; proposal_owner: string }
    • extensions: any[]
    • proposal_ids: number[]

      IDs of proposals to be removed. Nonexisting IDs are ignored.

    • proposal_owner: 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