Interface SubscribeToLedgerEntriesArgs

interface SubscribeToLedgerEntriesArgs {
    contractId: string;
    durability: string;
    hydrate?: boolean;
    keyXdr: string;
    maxSingleSize?: number;
}

Properties

contractId: string
durability: string
hydrate?: boolean
keyXdr: string
maxSingleSize?: number