Versions in this module Expand all Collapse all v1 v1.4.0 Aug 10, 2021 v1.3.4 Jul 14, 2021 Changes in this version + const MODE_ASYNC + const MODE_DEFAULT + const MODE_SYNC + type ContractCallTx struct + ContractAddress string + GasLimit uint64 + GasPrice string + Payload string + Privkey string + Sender string + Value string + func (tx *ContractCallTx) Check() error + type ContractDeployTx struct + GasLimit uint64 + GasPrice string + Memo string + Payload string + Privkey string + Sender string + Value string + func (tx *ContractDeployTx) Check() error + type ContractInvokeTx struct + ContractAddress string + GasLimit uint64 + GasPrice string + Memo string + Payload string + Privkey string + Sender string + Value string + func (tx *ContractInvokeTx) Check() error + type EbuycoinResponse struct + Code string + Data Ticker + Msg string + type EvmCallResult = struct + Code uint32 + GasUsed uint64 + Msg string + Ret string + type MultiSignature struct + PubKey PubKeyMultisigThreshold + Signatures []string + type Operation struct + To string + Value string + type PubKeyMultisigThreshold struct + K int + PubKeys []string + type PublicResp struct + IsSuccess bool + Message string + Result interface{} + type SignEvmTx struct + Body struct{ ... } + CreatedAt uint64 + GasLimit uint64 + GasPrice string + Nonce uint64 + PrivateKey string + Sender string + func (tx *SignEvmTx) Check() error + type SignedBatchTx struct + CreatedAt uint64 + GasLimit uint64 + GasPrice string + Memo string + Mode int + Nonce uint64 + Ops []Operation + Sender string + Signature string + func (tx *SignedBatchTx) Check() error + type SignedEvmTx struct + Body struct{ ... } + CreatedAt uint64 + GasLimit uint64 + GasPrice string + Mode int + Nonce uint64 + Sender string + Signature string + func (tx *SignedEvmTx) Check() error + type SignedMultisigEvmTx struct + Deadline uint64 + From string + GasLimit uint64 + GasPrice string + Load string + Memo string + Mode int + Nonce uint64 + Signature MultiSignature + To string + Value string + func (tx *SignedMultisigEvmTx) Check() error + type Ticker struct + Amount string + Buy float64 + High string + Last float64 + Low string + Rose string + Sell float64 + Time int64 + Vol string + type V2AccountResult struct + Address string + Balance string + Nonce uint64 + type V2ContractActResult struct + Address string + Balance string + Code string + Nonce uint64 + Suicided bool + type V2ConvertResult struct + Address string + OldAddress string + PublicKey string + type V2EvmLog struct + Address common.Address + BlockHash common.Hash + BlockNumber uint64 + Data []byte + Index uint + Removed bool + Topics []common.Hash + TxHash common.Hash + TxIndex uint + type V2GenKeyResult struct + Address string + Privkey string + Pubkey string