Type safe descriptor used to generate a descriptor map for AddressAliasTransactionV1Descriptor.

Attach or detach a namespace (alias) to an account address (V1, latest). A namespace can be assigned to any account present in the network (this is, an account which has received at least one transaction).

Constructors

Properties

Methods

Constructors

Properties

rawDescriptor: {
    address: Address;
    aliasAction: AliasAction;
    namespaceId: models.NamespaceId;
    type: string;
}

Type declaration

Methods

  • Builds a representation of this descriptor that can be passed to a factory function.

    Returns object

    Descriptor that can be passed to a factory function.