package
2.11.0+incompatible
Repository: https://github.com/zhongshuwen/zswchain-go.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
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 `zswhq.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 `zswhq.system` contract.
NewDelegateBW returns a `delegatebw` action that lives on the `zswhq.system` contract.
NewDelegatedNewAccount returns a `newaccount` action that lives on the `zswhq.system` contract.
NewDeleteAuth creates an action from the `zswhq.system` contract called `deleteauth`.
NewInitSystem returns a `init` action that lives on the `zswhq.system` contract.
NewLinkAuth creates an action from the `zswhq.system` contract called `linkauth`.
NewNewAccount returns a `newaccount` action that lives on the `zswhq.system` contract.
NewNonce returns a `nonce` action that lives on the `zswhq.bios` contract.
NewRefund returns a `refund` action that lives on the `zswhq.system` contract.
NewRegProducer returns a `regproducer` action that lives on the `zswhq.system` contract.
NewRegProxy returns a `regproxy` action that lives on the `zswhq.system` contract.
NewRemoveProducer returns a `rmvproducer` action that lives on the `zswhq.system` contract.
NewSellRAM will sell at current market price a given number of bytes of RAM.
No description provided by the author
No description provided by the author
No description provided by the author
NewSetalimits sets the account limits.
No description provided by the author
No description provided by the author
NewSetCodeTx is _deprecated_.
No description provided by the author
No description provided by the author
NewSetPriv returns a `setpriv` action that lives on the `zswhq.bios` contract.
NewSetPriv returns a `setpriv` action that lives on the `zswhq.bios` contract.
No description provided by the author
No description provided by the author
NewUndelegateBW returns a `undelegatebw` action that lives on the `zswhq.system` contract.
NewUnlinkAuth creates an action from the `zswhq.system` contract called `unlinkauth`.
NewUnregProducer returns a `unregprod` action that lives on the `zswhq.system` contract.
NewUpdateAuth creates an action from the `zswhq.system` contract called `updateauth`.
NewNonce returns a `nonce` action that lives on the `zswhq.bios` contract.
# Structs
Activate represents a `activate` action on the `zswhq` contract.
Bidname represents the `zswhq.system_contract::bidname` action.
BlockchainParameters are all the params we can set through `setparams`.
BuyRAM represents the `zswhq.system::buyram` action.
BuyRAMBytes represents the `zswhq.system::buyrambytes` action.
CancelDelay represents the native `canceldelay` action, through the system contract.
ClaimRewards represents the `zswhq.system::claimrewards` action.
DelegateBW represents the `zswhq.system::delegatebw` action.
DeleteAuth represents the native `deleteauth` action, reachable through the `zswhq.system` contract.
No description provided by the author
Init represents the `zswhq.system::init` action.
LinkAuth represents the native `linkauth` action, through the system contract.
NewAccount represents a `newaccount` action on the `zswhq.system` contract.
Nonce represents the `zswhq.system::nonce` action.
No description provided by the author
Refund represents the `zswhq.system::refund` action.
RegProducer represents the `zswhq.system::regproducer` action.
RegProxy represents the `zswhq.system::regproxy` action.
RemoveProducer represents the `zswhq.system::rmvproducer` action.
SellRAM represents the `zswhq.system::sellram` action.
SetABI represents the hard-coded `setabi` action.
Setalimits represents the `zswhq.system::setalimit` action.
SetCode represents the hard-coded `setcode` action.
SetPriv sets privileged account status.
SetProds is present in `zswhq.bios` contract.
SetRAM represents the hard-coded `setram` action.
SetRAMRate represents the system contract's `setramrate` action.
UndelegateBW represents the `zswhq.system::undelegatebw` action.
UnlinkAuth represents the native `unlinkauth` action, through the system contract.
UnregProducer represents the `zswhq.system::unregprod` action.
UpdateAuth represents the hard-coded `updateauth` action.
VoteProducer represents the `zswhq.system::voteproducer` action.