UpdateBrokerageContract
, the fields contained in raw_data.contract[0].parameter.value
in the transaction are as follows:Field | Type | Description |
---|---|---|
owner_address | string | Account address |
brokerage | int32 | Dividend ratio, from 0 to 100, 1 represents 1% |
{
"owner_address": "PHqgRM8giN6Nr9DgA1FybUjKFwd79cxhyp",
"brokerage": 20,
"visible": true
}
curl --location --request POST '/wallet/updateBrokerage' \
--header 'Content-Type: application/json' \
--data-raw '{
"owner_address": "PHqgRM8giN6Nr9DgA1FybUjKFwd79cxhyp",
"brokerage": 20,
"visible": true
}'
{}