Saltar al contenido principal

cfx_getParamsFromVote

curl --request POST \
--url https://main.confluxrpc.com \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"id": 1,
"jsonrpc": "2.0",
"params": [null],
"method": "cfx_getParamsFromVote"
}'

Params

epoch_number optional

Represents rpc api epoch number param.
oneOf
type : string
Pattern : ^0x([1-9a-f][0-9a-f]{0,15}|0)$

Result

Schema
type : object
  • pub(crate) baseFeeShareProp pub(crate) baseFeeShareProp
    type : string
    Pattern : ^0x([1-9a-f][0-9a-f]{0,63}|0)$
  • pub(crate) interestRate pub(crate) interestRate
    type : string
    Pattern : ^0x([1-9a-f][0-9a-f]{0,63}|0)$
  • pub(crate) powBaseReward pub(crate) powBaseReward
    type : string
    Pattern : ^0x([1-9a-f][0-9a-f]{0,63}|0)$
  • pub(crate) storagePointProp pub(crate) storagePointProp
    type : string
    Pattern : ^0x([1-9a-f][0-9a-f]{0,63}|0)$