OptionalfromMessages to sign: min is 1, max is 4.
Receiver's address.
Amount to send in nanoTon.
OptionalextraCurrency?: { [k: number]: string }Extra currencies to send.
Optionalpayload?: stringContract specific data to add to the transaction.
OptionalstateInit?: stringContract specific data to add to the transaction.
OptionalnetworkThe network (mainnet or testnet) where DApp intends to sign the message. If not set, the message is signed for the network currently set in the wallet, but this is not safe and DApp should always strive to set the network. If the network parameter is set, but the wallet has a different network set, the wallet should show an alert and DO NOT ALLOW TO SIGN this message.
Signing deadline in unix epoch seconds.
The sender address in ':' format from which DApp intends to sign the message. Current account.address by default.