The SubscriptionRecord is a representation of Subscription Aleo Records.

Hierarchy

  • SubscriptionRecord

Properties

data: {
    id: string;
    member_secret_idx: string;
    member_sequence: string;
    op: string;
    owner: string;
}

Type declaration

  • id: string
  • member_secret_idx: string
  • member_sequence: string
  • op: string
  • owner: string
id: string
owner: string
program_id: string
spent: boolean

Generated using TypeDoc