eosio.system
eosio.token
eosio.msig
eosio.prods
eosio.vpay
eosio.bpay
eosio.saving
eosio.names
eosio.ram
eosio.ramfee
eosio.stake
eosio.token
eosio.bios
eosio.system
includes:producer_pay.cpp
delegate_bandwidth.cpp
voting.cpp
exchange_state.cpp
eosio::delegatebw
from
account holding tokens to be stakedreceiver
account to whose resources staked tokens are addedstake_net_quantity
tokens staked for NET bandwidthstake_cpu_quantity
tokens staked for CPU bandwidthstake_vote_quantity
tokens staked for VOTE transfer
if true, ownership of staked tokens is transfered to receiver
eosio::undelegatebw
from
account whose tokens will be unstakedreceiver
account to whose benefit tokens have been stakedunstake_net_quantity
tokens to be unstaked from NET bandwidthunstake_cpu_quantity
tokens to be unstaked from CPU bandwidthunstake_vote_quantity
tokens staked for VOTE delegatebw
requires another argument stake_vote_quantity
from
TEXT - The account delegating bandwidthreceiver
TEXT - The account to delegate bandwidth fromstake_net_quantity
TEXT - The amount of BET to delegate for network bandwidthstake_cpu_quantity
TEXT - The amount of BET to delegate for CPU bandwidthstake_vote_quantity
TEXT - The amount of BET to delegate for VOTEundelegatebw
requires another arguments stake_vote_quantity
from
TEXT - The account undelegating bandwidthreceiver
TEXT - The account to undelegate bandwidth fromunstake_net_quantity
TEXT - The amount of EOS to undelegate for network bandwidthunstake_cpu_quantity
TEXT - The amount of EOS to undelegate for CPU bandwidthstake_vote_quantity
TEXT - The amount of BET to undelegate for VOTEsystem newaccount
can take an additional argument--vote-stake
TEXT - The amount of BET delegated for VOTE bandwidth