AccountSlotRange: {
    account: string;
    blockchainId: Blockchain;
    endSlot: number;
    startSlot: number;
}

Describes a slot range associated with an account.

Type declaration

  • account: string
  • blockchainId: Blockchain
  • endSlot: number
  • startSlot: number

Generated using TypeDoc