Versions in this module Expand all Collapse all v0 v0.1.0 Dec 10, 2018 Changes in this version + const CODE_VAR_ENT + const CODE_VAR_RET + func BigInt0() *big.Int + type CivilTx struct + PubKey []byte + Signature []byte + func (t *CivilTx) GetPubKey() []byte + func (t *CivilTx) PopSignature() []byte + func (t *CivilTx) Sender() []byte + func (t *CivilTx) SetPubKey(pk []byte) + func (t *CivilTx) SetSignature(s []byte) + type FromBytesFunc func(string, []byte) (StateDataItfc, error) + type ICivilTx interface + GetPubKey func() []byte + PopSignature func() []byte + Sender func() []byte + SetPubKey func([]byte) + SetSignature func([]byte) + type ParamUData = map[string]interface + type QueryType = byte + const QueryType_Balance + const QueryType_Contract + const QueryType_Existence + const QueryType_Nonce + const QueryType_Receipt + type RemoteAccountData struct + Blcbys []byte + ID string + Nonce uint64 + StorageRoot []byte + func (*RemoteAccountData) Descriptor() ([]byte, []int) + func (*RemoteAccountData) ProtoMessage() + func (m *RemoteAccountData) GetBlcbys() []byte + func (m *RemoteAccountData) GetID() string + func (m *RemoteAccountData) GetNonce() uint64 + func (m *RemoteAccountData) GetStorageRoot() []byte + func (m *RemoteAccountData) Reset() + func (m *RemoteAccountData) String() string + type StateDataItfc interface + Bytes func() ([]byte, error) + Copy func() StateDataItfc + Key func() string + OnCommit func() error + type StateItfc interface