Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AppliedEscrowApproveOperation

The agent and to accounts must approve an escrow transaction for it to be valid on the blockchain. Once a part approves the escrow, the cannot revoke their approval. Subsequent escrow approve operations, regardless of the approval, will be rejected.

Hierarchy

Index

Properties

block

block: number

op

op: { type: "escrow_approve_operation"; value: { agent: string; approve: boolean; escrow_id: number; from: string; to: string; who: string } }

Type declaration

  • type: "escrow_approve_operation"
  • value: { agent: string; approve: boolean; escrow_id: number; from: string; to: string; who: string }
    • agent: string
    • approve: boolean
    • escrow_id: number
    • from: string
    • to: string
    • who: string

      Either to or agent.

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