Skip to main content

Class: TreasuryInput

A Treasury input.

Hierarchy

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new TreasuryInput(milestoneId)

Parameters

NameTypeDescription
milestoneIdstringThe milestone id of the input.

Overrides

Input.constructor

Properties

type

Readonly type: InputType

Inherited from

Input.type


milestoneId

milestoneId: string

The milestone id of the input.

Methods

getType

getType(): InputType

Get the type of input.

Returns

InputType

Inherited from

Input.getType