Type Alias iAddressListCreateObject<T>

iAddressListCreateObject: Omit<iAddressList, "createdBy" | "aliasAddress"> & {
    claims: CreateClaimRequest<NumberType>[];
    metadata?: iMetadataWithoutInternals<T>;
    updateAddresses?: boolean;
}

Type Parameters

Type declaration

  • claims: CreateClaimRequest<NumberType>[]

    The linked claims of the address list.

  • Optionalmetadata?: iMetadataWithoutInternals<T>

    Metadata of the address list to upload. This will override and set the uri parameter.

  • OptionalupdateAddresses?: boolean

    Flag to update addresses?. Because w/ claims there can be race conditions, we have this flag.

    If true, we overwrite with provided addresses. If false, we leave addresses untouched.

MMNEPVFCICPMFPCPTTAAATR