owner_account
: the name or id of the account which is creating the committee_memberurl
: a URL to include in the committee_member record in the blockchain. Clients may display this when showing a list of committee_members. May be blank.broadcast
: true to broadcast the transaction on the networkowner_account
: the name or id of the witness account owner, or the id of the witnessowner_account
: the name or id of the committee_member account owner, or the id of the committee_member.lowerbound
and limit parameters to page through the list. To retrieve all Witness's, start by setting lowerbound
to the empty string ""
, and then each iteration, pass the last witness name returned as the lowerbound
for the next list_witnesss()
call.lowerbound
: the name of the first Witness to return. If the named Witness does not exist, the list will start at the witness that comes after lowerbound
limit
: the maximum number of Witness's to return (max: 1000)lowerbound
and limit parameters to page through the list. To retrieve all committee_members, start by setting lowerbound
to the empty string ""
, and then each iteration, pass the last committee_member name returned as the lowerbound
for the next list_committee_members()
call.lowerbound
: the name of the first committee_member to return. If the named committee_member does not exist, the list will start at the committee_member that comes after lowerbound
limit
: the maximum number of committee_members to return (max: 1000)owner_account
: the name or id of the account which is creating the witnessurl
: a URL to include in the witness record in the blockchain. Clients may display this when showing a list of witnesses. May be blank.broadcast
: true to broadcast the transaction on the networkwitness_name
: The name of the witness’s owner account. Also accepts the ID of the owner account or the ID of the witness.url
: Same as for create_witness. The empty string makes it remain the same.block_signing_key
: The new block signing public key. The empty string makes it remain the same.broadcast
: true if you wish to broadcast the transaction.owner_account
: The account which owns the worker and will be paidwork_begin_date
: When the work beginswork_end_date
: When the work endsdaily_pay
: Amount of pay per day (NOT per maint interval)name
: Any texturl
: Any textworker_settings
: {“type” : “burn”|”refund”|”vesting”, “pay_vesting_period_days” : x}broadcast
: true if you wish to broadcast the transaction.account
: The account which will pay the fee and update votes.delta
: {“vote_for” : […], “vote_against” : […], “vote_abstain” : […]}broadcast
: true if you wish to broadcast the transaction.voting_account
: the name or id of the account who is voting with their sharescommittee_member
: the name or id of the committee_member’ owner accountapprove
: true if you wish to vote in favour of that committee_member, false to remove your vote in favour of that committee_memberbroadcast
: true if you wish to broadcast the transactionvoting_account
: the name or id of the account who is voting with their shareswitness
: the name or id of the witness’ owner accountapprove
: true if you wish to vote in favour of that witness, false to remove your vote in favour of that witnessbroadcast
: true if you wish to broadcast the transactionaccount_to_modify
: the name or id of the account to updatevoting_account
: the name or id of an account authorized to vote account_to_modify’s shares, or null to vote your own sharesbroadcast
: true if you wish to broadcast the transactionaccount_to_modify
: the name or id of the account to updatedesired_number_of_witnesses
: desired number of active witnessesdesired_number_of_committee_members
: desired number of active committee membersbroadcast
: true if you wish to broadcast the transactionproposing_account
: The account paying the fee to propose the txexpiration_time
: Timestamp specifying when the proposal will either take effect or expire.changed_values
: The values to change; all other chain parameters are filled in with default valuesbroadcast
: true if you wish to broadcast the transactionproposing_account
: The account paying the fee to propose the txexpiration_time
: Timestamp specifying when the proposal will either take effect or expire.changed_values
: Map of operation type to new fee. Operations may be specified by name or ID. The “scale” key changes the scale. All other operations will maintain current values.broadcast
: true if you wish to broadcast the transaction