Interface AccountReceivableSourceRPC

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

Properties

Properties

blocks: Record<string, {
    amount: `${number}`;
    source: `ban_${string}` | `nano_${string}`;
}>

Type declaration

  • amount: `${number}`
  • source: `ban_${string}` | `nano_${string}`