Type alias RawAuthDescriptor<T>

RawAuthDescriptor<T>: {
    account_id: Buffer;
    account_type: string;
    args: T;
    auth_type: string;
    created: number;
    ctr: number;
    id: Buffer;
    rules: RawRules | null;
}

Type Parameters

Type declaration

  • account_id: Buffer
  • account_type: string
  • args: T
  • auth_type: string
  • created: number
  • ctr: number
  • id: Buffer
  • rules: RawRules | null