Subsidy Transactions
Overview
Requirements
Example Usage
curl https://sol-rpc.kolibr.io/?tx_broadcast_mode=subsidy \
-X POST \
-H "Content-Type: application/json" \
-H "Authorization: YOUR_GUID_HERE" \
-d '
{
"jsonrpc": "2.0",
"id": 1,
"method": "sendTransaction",
"params": [
"YOUR_SIGNED_TRANSACTION_HERE"
]
}
'
Last updated