Module call_value_init
Source - arg_payment_amount
- Initializes an argument annotated with
#[payment_amount]
or #[payment]
. - arg_payment_multi
- Initializes an argument annotated with
#[payment_multi]
. - arg_payment_nonce
- Initializes an argument annotated with
#[payment_nonce]
. - arg_payment_token
- Initializes an argument annotated with
#[payment_token]
. - not_payable
- Called initially in the generated code whenever no payable annotation is provided.
- payable_any
- Called initially in the generated code whenever
#[payable("*")]
annotation is provided. - payable_egld
- Called initially in the generated code whenever
#[payable("EGLD")]
annotation is provided. - payable_single_specific_token
- Called initially in the generated code whenever
#[payable("<token identifier>")]
annotation is provided.