package
0.9.1
Repository: https://github.com/eoscodes/eos-go.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
NewBuyRAMBytes will buy at current market price a given number of bytes of RAM, and grant them to the `receiver` account.
NewCancelDelay creates an action from the `eosio.system` contract called `canceldelay`.
NewClaimRewards will buy at current market price a given number of bytes of RAM, and grant them to the `receiver` account.
NewCustomNewAccount returns a `newaccount` action that lives on the `eosio.system` contract.
NewDelegateBW returns a `delegatebw` action that lives on the `eosio.system` contract.
NewDelegatedNewAccount returns a `newaccount` action that lives on the `eosio.system` contract.
NewDeleteAuth creates an action from the `eosio.system` contract called `deleteauth`.
NewLinkAuth creates an action from the `eosio.system` contract called `linkauth`.
NewNewAccount returns a `newaccount` action that lives on the `eosio.system` contract.
NewNonce returns a `nonce` action that lives on the `eosio.bios` contract.
NewRefund returns a `refund` action that lives on the `eosio.system` contract.
NewRegProducer returns a `regproducer` action that lives on the `eosio.system` contract.
NewRegProxy returns a `regproxy` action that lives on the `eosio.system` contract.
NewRemoveProducer returns a `rmvproducer` action that lives on the `eosio.system` contract.
NewSellRAM will sell at current market price a given number of bytes of RAM.
No description provided by the author
NewSetalimits sets the account limits.
No description provided by the author
NewSetCodeTx is _deprecated_.
No description provided by the author
NewSetPriv returns a `setpriv` action that lives on the `eosio.bios` contract.
NewSetPriv returns a `setpriv` action that lives on the `eosio.bios` contract.
No description provided by the author
No description provided by the author
NewUndelegateBW returns a `undelegatebw` action that lives on the `eosio.system` contract.
NewUnlinkAuth creates an action from the `eosio.system` contract called `unlinkauth`.
NewUnregProducer returns a `unregprod` action that lives on the `eosio.system` contract.
NewUpdateAuth creates an action from the `eosio.system` contract called `updateauth`.
NewNonce returns a `nonce` action that lives on the `eosio.bios` contract.

# Variables

No description provided by the author
No description provided by the author
No description provided by the author

# Structs

Bidname represents the `eosio.system_contract::bidname` action.
BlockchainParameters are all the params we can set through `setparams`.
BuyRAM represents the `eosio.system::buyram` action.
BuyRAMBytes represents the `eosio.system::buyrambytes` action.
CancelDelay represents the native `canceldelay` action, through the system contract.
ClaimRewards represents the `eosio.system::claimrewards` action.
DelegateBW represents the `eosio.system::delegatebw` action.
DeleteAuth represents the native `deleteauth` action, reachable through the `eosio.system` contract.
No description provided by the author
LinkAuth represents the native `linkauth` action, through the system contract.
NewAccount represents a `newaccount` action on the `eosio.system` contract.
Nonce represents the `eosio.system::nonce` action.
No description provided by the author
Refund represents the `eosio.system::refund` action.
RegProducer represents the `eosio.system::regproducer` action.
RegProxy represents the `eosio.system::regproxy` action.
RemoveProducer represents the `eosio.system::rmvproducer` action.
SellRAM represents the `eosio.system::sellram` action.
SetABI represents the hard-coded `setabi` action.
Setalimits represents the `eosio.system::setalimit` action.
SetCode represents the hard-coded `setcode` action.
SetPriv sets privileged account status.
SetProds is present in `eosio.bios` contract.
SetRAM represents the hard-coded `setram` action.
SetRAMRate represents the system contract's `setramrate` action.
UndelegateBW represents the `eosio.system::undelegatebw` action.
UnlinkAuth represents the native `unlinkauth` action, through the system contract.
UnregProducer represents the `eosio.system::unregprod` action.
UpdateAuth represents the hard-coded `updateauth` action.
VoteProducer represents the `eosio.system::voteproducer` action.