Skip to content

@aldea/compiler / "aldea/coin" / __ProxyFungible

Class: __ProxyFungible

"aldea/coin".__ProxyFungible

Base Jig class

Hierarchy

Implements

Table of contents

Constructors

Properties

Accessors

Methods

Constructors

constructor

new __ProxyFungible(params): __ProxyFungible

Parameters

NameType
paramsJigInitParams

Returns

__ProxyFungible

Inherited from

__ProxyJig.constructor

Defined in

index.d.ts:89

Properties

$lock

Readonly $lock: Lock

Implementation of

Jig.$lock

Inherited from

__ProxyJig.$lock

Defined in

index.d.ts:76


$output

Readonly $output: Output

Implementation of

Jig.$output

Inherited from

__ProxyJig.$output

Defined in

index.d.ts:75

Accessors

amount

get amount(): number

Returns

number

Implementation of

Fungible.amount

Defined in

index.d.ts:123

Methods

combine

combine(tokens): Fungible

Parameters

NameType
tokensFungible[]

Returns

Fungible

Implementation of

Fungible.combine

Defined in

index.d.ts:125


send

send(amount): Fungible

Parameters

NameType
amountnumber

Returns

Fungible

Implementation of

Fungible.send

Defined in

index.d.ts:124