Interface AccountReceivableSourceRPC

interface AccountReceivableSourceRPC {
    blocks: Record<string, {
        amount: `${number}`;
        source: Address;
    }>;
}

Properties

Properties

blocks: Record<string, {
    amount: `${number}`;
    source: Address;
}>

Type declaration