Skip to content

AssetFreezeTxn

Extends

Constructors

new AssetFreezeTxn(params)

new AssetFreezeTxn(params): AssetFreezeTxn

Parameters

params: AssetFreezeParams

Returns

AssetFreezeTxn

Inherited from

Required<AssetFreezeParams>.constructor

Source

types/global.d.ts:817

Properties

fee

fee: uint64

The fee paid for this transaction

Inherited from

Required.fee

Source

types/global.d.ts:640


freezeAsset

freezeAsset: AssetID

Inherited from

Required.freezeAsset

Source

types/global.d.ts:726


freezeAssetAccount

freezeAssetAccount: Address

Inherited from

Required.freezeAssetAccount

Source

types/global.d.ts:727


freezeAssetFrozen

freezeAssetFrozen: boolean

Inherited from

Required.freezeAssetFrozen

Source

types/global.d.ts:728


note

note: string

The note field for this transaction

Inherited from

Required.note

Source

types/global.d.ts:646


rekeyTo

rekeyTo: Address

If set, changes the authAddr of sender to the given address

Inherited from

Required.rekeyTo

Source

types/global.d.ts:644


sender

sender: Address

The sender of this transaction. This is the account that pays the fee (if non-zero)

Inherited from

Required.sender

Source

types/global.d.ts:642