QuoteThornameParams: {
    chain: string;
    chainAddress: string;
    expirity?: Date;
    isUpdate?: boolean;
    owner?: string;
    preferredAsset?: Asset | null;
    thorname: string;
}

Represents parameters for quoting a THORName operation.

Type declaration

  • chain: string
  • chainAddress: string
  • Optional expirity?: Date
  • Optional isUpdate?: boolean
  • Optional owner?: string
  • Optional preferredAsset?: Asset | null
  • thorname: string

Generated using TypeDoc