Skip to main content

Class: IssuerFeature

An Issuer feature.

Hierarchy

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new IssuerFeature(issuer)

Parameters

NameTypeDescription
issuerAddressThe Issuer address stored with the feature.

Overrides

Feature.constructor

Properties

type

Readonly type: FeatureType

Inherited from

Feature.type


address

Readonly address: Address

Methods

getType

getType(): FeatureType

Get the type of feature.

Returns

FeatureType

Inherited from

Feature.getType


getIssuer

getIssuer(): Address

Get the Issuer address.

Returns

Address