Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 906 Bytes

Balance_transfer_with_message.md

File metadata and controls

26 lines (17 loc) · 906 Bytes

Balance Transfer with Custom Message

Steps:

  1. Navigate to Extrinsics:

    • Go to Developer > Extrinsics in the user interface.
  2. Select the Pallet and Function:

    • Choose the palletCounter and select the function balanceTransferNew.
  3. Input Parameters:

    • To: Provide the AccountId of the recipient.
    • Amount: Enter the transfer amount, ensuring it includes 18 decimal places.
    • Message: Input the your message, (ensure the message does not exceed 64 bytes in length).
  4. Submit the Transaction:

    • Once all parameters are correctly entered, submit the transaction.

Balance_transfer


In the image, we have successfully transferred 123 AGC from the Sudo account to Ex_Stake_02, including a custom message. (Testnet)