OptionalaffiliateThe affiliate address for the transfer.
The balances to transfer.
OptionalethThe ETH signature proofs that satisfy the ETH signature challenges in the approvals. If the transfer deducts from multiple approvals, we check all the ETH signature proofs and assert at least one is valid for every challenge.
The address to transfer from.
OptionalmemoArbitrary memo for the transfer.
OptionalmerkleThe merkle proofs that satisfy the mkerkle challenges in the approvals. If the transfer deducts from multiple approvals, we check all the merkle proofs and assert at least one is valid for every challenge.
OptionalnumThe number of times to attempt approval validation. If 0 / not specified, we default to only one.
OptionalonlyWhether or not to only check the prioritized approvals. If false, we will check all approvals with any prioritized first.
This only applies to the "collection" level approvals specified.
OptionalonlyWhether or not to only check the prioritized approvals. If false, we will check all approvals with any prioritized first.
This only applies to the "incoming" level approvals specified.
OptionalonlyWhether or not to only check the prioritized approvals. If false, we will check all approvals with any prioritized first.
This only applies to the "outgoing" level approvals specified.
OptionalprecalculateIf specified, we will precalculate from this approval and override the balances. This can only be used when the specified approval has predeterminedBalances set.
OptionalprecalculationThe precalculation options for the transfer.
OptionalprioritizedThe prioritized approvals to use for the transfer. If specified, we will check these first.
The addresses to transfer to.
Deep copies the object and returns a new instance.
Converts the object to a different NumberType equivalent.
Optionaloptions: ConvertOptionsCompares this object's fields to another object's fields for equality. Equality is determined by comparing the JSON representations of the objects.
If normalizeNumberTypes is true, then all number types will be compared as strings (i.e. "1n" === "1" === 1). Else, they will be compared as their native types (i.e. 1n !== 1 !== "1").
OptionalnormalizeNumberTypes: booleanInternal helper method to convert the number fields of the object to a different NumberType equivalent.
Checks if the object has number fields.
Converts the object to a JSON object with all primitive types.
Converts the object to a JSON string.
StaticfromOptionaloptions: Partial<JsonReadOptions>StaticfromOptionaloptions: Partial<JsonReadOptions>Staticfrom
Transfer is used to represent a transfer of tokens. This is compatible with the MsgTransferTokens message.