Interface SubscribeToMultipleLedgerEntriesArgs

interface SubscribeToMultipleLedgerEntriesArgs {
    contractId: string[];
    durability: string;
    hydrate?: boolean;
    keyXdr: string;
    maxSingleSize?: number;
}

Properties

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