Skip to main content

Class: SenderFeature

A Sender feature.

Hierarchy

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new SenderFeature(sender)

Parameters

NameTypeDescription
senderAddressThe Sender 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


getSender

getSender(): Address

Get the sender address.

Returns

Address