Interface ProposalPayOperation

Payment of a proposal

interface ProposalPayOperation {
    0: "proposal_pay";
    1: {
        op_in_trx: number;
        payment: string | Asset;
        receiver: string;
        trx_id: string;
    };
}

Hierarchy (view full)

Properties

0 1

Properties

0
1: {
    op_in_trx: number;
    payment: string | Asset;
    receiver: string;
    trx_id: string;
}