@hiveio/wax / escrow_approve
Interface: escrow_approve
The operation escrow_approve_operation is used to approve the escrow. The approval should be done by { to } and by the { agent }. The escrow approval is irreversible. If { agent } or { to } haven’t approved the escrow before the { ratification_deadline} or either of them explicitly rejected the escrow, the escrow is rejected. If {agent} and {to} have approved the escrow, the {fee} is transferred from temporary balance to {agent} account.
Description https://gitlab.syncad.com/hive/hive/-/blob/develop/doc/devs/operations/31_escrow_approve.md?ref_type=heads
Properties
agent
agent:
string
Param
Account name.
Defined in
wasm/lib/proto/escrow_approve.ts:21
approve
approve:
boolean
Param
approve = true; (approve = false explicitly rejects the escrow)
Defined in
wasm/lib/proto/escrow_approve.ts:27
escrow_id
escrow_id:
number
Param
Escrow identifier.
Defined in
wasm/lib/proto/escrow_approve.ts:25
from_account
from_account:
string
Param
Account name.
Defined in
wasm/lib/proto/escrow_approve.ts:17
to_account
to_account:
string
Param
Account name.
Defined in
wasm/lib/proto/escrow_approve.ts:19
who
who:
string
Param
Account name. Either {to} or {agent}.
Defined in
wasm/lib/proto/escrow_approve.ts:23