The balances to be transferred.
The address of the sender of the transfer.
The memo for the transfer.
The Merkle proofs / solutions for all Merkle challenges required for the transfer.
Whether to only check prioritized approvals for the transfer. If true, we will only check the prioritized approvals and fail if none of them match (i.e. do not check any non-prioritized approvals). If false, we will check the prioritized approvals first and then scan through the rest of the approvals.
Whether to only check prioritized approvals for the transfer. If true, we will only check the prioritized approvals and fail if none of them match (i.e. do not check any non-prioritized approvals). If false, we will check the prioritized approvals first and then scan through the rest of the approvals.
Whether to only check prioritized approvals for the transfer. If true, we will only check the prioritized approvals and fail if none of them match (i.e. do not check any non-prioritized approvals). If false, we will check the prioritized approvals first and then scan through the rest of the approvals.
Optional
precalculateIf defined, we will use the predeterminedBalances from the specified approval to calculate the balances at execution time. We will override the balances field with the precalculated balances. Only applicable for approvals with predeterminedBalances set.
The prioritized approvals for the transfer. By default, we scan linearly through the approvals and use the first match. This field can be used to prioritize specific approvals and scan through them first.
The addresses of the recipients of the transfer.
The ZKPs that need to be solved for approval.
Static
Readonly
fieldsStatic
Readonly
runtimeStatic
Readonly
type
Transfer defines the details of a transfer of badges.
Generated
from message badges.Transfer