Hive Developer Portal

Search Results
Showing results for "create proposal"
create_proposal
Creates a new proposal.
database_api.find_proposals
Finds proposals by proposal.id (not proposal.proposal_id).
condenser_api.find_proposals
Finds proposals by proposal.id (not proposal.proposal_id). Also see: database_api.find_proposals
update_proposal
Update a proposal using proposal.id of a given proposal. Allows creator to lower daily_pay but not increase it, change subject, and point to a new permlink.
database_api.list_proposals
...ther broadcasts, ensure it is part of an irreversible block. creator - Account that created this proposal. receiver - Account that will receive funds, if this proposal is app...
database_api.list_proposal_votes
Returns all proposal votes, starting with the specified voter or proposal.id. Parameters: start:array; limit:int; order:string; order_direction:string; status:string st...
condenser_api.list_proposals
Returns all proposals, starting with the specified creator or start date. Parameters: start:array; limit:int; order:string; order_direction:string; status:string start...
condenser_api.list_proposal_votes
Returns all proposal votes, starting with the specified voter or proposal.id. Parameters: start:array; limit:int; order:string; order_direction:string; status:string st...
titles.dhf
...st, see: database_api.list_proposals. Proposal creation by broadcast operation, see: create_proposal.
sps_convert
...en a Proposals Fund (DHF) conversion from HIVE to HBD occurs. When the Hardfork that created Hive happened back in March 2020, the Steemit Inc ninja-mined funds were moved into...
rc_api.get_resource_params
Exports all relevant resource size constants, in particular the measurement-based execution time parameters. See: #2980
escrow_transfer
...eadline time, after the escrow has been approved by all parties. This operation only creates a proposed escrow transfer. Both the agent and to must agree to the terms of the ar...
titles.getting_started
...ecommend to use the Condenser class : use HivePhpLibHiveCondenser as HiveCondenser; Create configuration array hive-php-lib need a small configuration array with 4 items : h...
titles.paginated_api_methods
...otes list_withdraw_vesting_routes list_witness_votes list_witnesses list_proposal_votes list_proposals list_smt_contributions list_smt_token_emissions lis...
titles.get_transaction_node
...tup banner, press ^C (Ctrl+C) to exit hived. As a side effect, a default data-dir is created. Now we can purge the empty blockchain and create config.ini as follows: rm -Rf blo...
titles.node_config
...location (root-dir) of the snapshot storage, to save/read portable state dumps. Will create this directory if it doesn’t already exist. Used by plugin: state_snapshot See: v1.2...