@aldea/compiler / Coin
Class: Coin
Built in Coin remote jig
Hierarchy
↳
Coin
Implements
Table of contents
Constructors
Properties
Methods
Constructors
constructor
• new Coin(amount): Coin
Parameters
| Name | Type |
|---|---|
amount | number |
Returns
Overrides
Defined in
index.d.ts:345
Properties
$lock
• $lock: Lock
Inherited from
Defined in
index.d.ts:331
$output
• $output: Output
Inherited from
Defined in
index.d.ts:332
amount
• amount: number
Implementation of
Defined in
index.d.ts:344
Methods
combine
▸ combine(coins): Coin
Parameters
| Name | Type |
|---|---|
coins | Coin[] |
Returns
Implementation of
Defined in
index.d.ts:347
send
▸ send(amount): Coin
Parameters
| Name | Type |
|---|---|
amount | number |
Returns
Implementation of
Defined in
index.d.ts:346