Interface AccountReceivableRPC

interface AccountReceivableRPC {
    blocks: Record<string, `${number}`>;
}

Properties

Properties

blocks: Record<string, `${number}`>