Type alias BlockNumber

BlockNumber: {
    accountId: string;
    blockGroupIds: string[];
    blockNumberId: string;
    dateCreated: string;
    dateUpdated: string;
    memo: string;
    phoneNumber: string;
}

Type declaration

  • accountId: string
  • blockGroupIds: string[]
  • blockNumberId: string
  • dateCreated: string
  • dateUpdated: string
  • memo: string
  • phoneNumber: string

Generated using TypeDoc