Interface I_REFUND_FROM_BLOCK_WALLET_RESPONSE

interface I_REFUND_FROM_BLOCK_WALLET_RESPONSE {
    result: { amount: string; commission: string };
    state: number;
}

Properties

Properties

result: { amount: string; commission: string }
state: number