Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // RootCmd is a root command of config section. RootCmd = &cobra.Command{ Use: "fschain", Short: "Section FS chain network configuration commands", } )
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface { invoker.RPCInvoke GetBlockCount() (uint32, error) GetContractStateByID(int32) (*state.Contract, error) GetContractStateByHash(util.Uint160) (*state.Contract, error) GetNativeContracts() ([]state.Contract, error) GetApplicationLog(util.Uint256, *trigger.Type) (*result.ApplicationLog, error) GetVersion() (*result.Version, error) SendRawTransaction(*transaction.Transaction) (util.Uint256, error) GetCommittee() (keys.PublicKeys, error) CalculateNetworkFee(tx *transaction.Transaction) (int64, error) }
Client represents N3 client interface capable of test-invoking scripts and sending signed transactions to chain.
type Container ¶
type Container struct { Value []byte `json:"value"` Signature []byte `json:"signature"` PublicKey []byte `json:"public_key"` Token []byte `json:"token"` EACL *EACL `json:"eacl"` }
Container represents container struct in contract storage.
func (*Container) FromStackItem ¶
FromStackItem implements stackitem.Convertible.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.