Universal sign links
HERE supports the new transaction format without having to pass signer_id. In this article we will explore the possibilities of this approach
Wallet-selector format
Template format
Format:
{
"transactions": [
{
"actions": {
"type": "function call",
"params": {
"gas": 30000000000000,
"method_name": "hi",
"args":"",
"deposit": 1
},
},
"receiverId": "bob.near",
}
],
"network": "mainnet",
}Supported action types:
Sign
Redirect url
Last updated