Skip to content

ReceiptType⚓︎

Constructors⚓︎

new ReceiptType()⚓︎

new ReceiptType(value): ReceiptType

Parameters⚓︎

Parameter Type
value any

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⚓︎

get size(): number
Returns⚓︎

number

Methods⚓︎

serialize()⚓︎

serialize(): Uint8Array<ArrayBufferLike>

Returns⚓︎

Uint8Array<ArrayBufferLike>


toJson()⚓︎

toJson(): any

Returns⚓︎

any


toString()⚓︎

toString(): string

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⚓︎

Parameter Type
value any

Returns⚓︎

any


valueToKey()⚓︎

static valueToKey(value): string

Parameters⚓︎

Parameter Type
value any

Returns⚓︎

string