Type alias RawAuthDescriptor<T>

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

Type Parameters

Type declaration

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