ReceiptType
Constructors
new ReceiptType()
new ReceiptType(value): ReceiptType
Parameters
Returns
ReceiptType
Properties
| Property |
Modifier |
Type |
value |
public |
any |
ADDRESS_ALIAS_RESOLUTION |
static |
ReceiptType |
HARVEST_FEE |
static |
ReceiptType |
INFLATION |
static |
ReceiptType |
LOCK_HASH_COMPLETED |
static |
ReceiptType |
LOCK_HASH_CREATED |
static |
ReceiptType |
LOCK_HASH_EXPIRED |
static |
ReceiptType |
LOCK_SECRET_COMPLETED |
static |
ReceiptType |
LOCK_SECRET_CREATED |
static |
ReceiptType |
LOCK_SECRET_EXPIRED |
static |
ReceiptType |
MOSAIC_ALIAS_RESOLUTION |
static |
ReceiptType |
MOSAIC_EXPIRED |
static |
ReceiptType |
MOSAIC_RENTAL_FEE |
static |
ReceiptType |
NAMESPACE_DELETED |
static |
ReceiptType |
NAMESPACE_EXPIRED |
static |
ReceiptType |
NAMESPACE_RENTAL_FEE |
static |
ReceiptType |
TRANSACTION_GROUP |
static |
ReceiptType |
Accessors
size
Get Signature
Returns
number
Methods
serialize()
serialize(): Uint8Array<ArrayBufferLike>
Returns
Uint8Array<ArrayBufferLike>
toJson()
Returns
any
toString()
Returns
string
deserialize()
static deserialize(payload): any
Parameters
| Parameter |
Type |
payload |
any |
Returns
any
deserializeAligned()
static deserializeAligned(payload): any
Parameters
| Parameter |
Type |
payload |
any |
Returns
any
fromValue()
static fromValue(value): any
Parameters
Returns
any
valueToKey()
static valueToKey(value): string
Parameters
Returns
string