How to call contract with some msg_amount from frontend?

Like on EVM we have this msg.value which is passed as the parameter to the function call how the analogus can be done on fuel with msg_amount?

1 Like

You can forward an asset with a call using call parameters: Call Parameters | Fuels-ts