Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type State ¶
type State interface { //getprivatedatamultiplekeys获取单个调用中多个私有数据项的值 GetPrivateDataMultipleKeys(namespace, collection string, keys []string) ([][]byte, error) //GetStateMultipleKeys获取单个调用中多个键的值 GetStateMultipleKeys(namespace string, keys []string) ([][]byte, error) //getTransientByXid获取与给定txID关联的私有数据值 GetTransientByTXID(txID string) ([]*rwset.TxPvtReadWriteSet, error) //完成释放国家占用的资源 Done() }
国家定义与世界国家的互动
type StateFetcher ¶
StateFetcher检索状态的实例
Click to show internal directories.
Click to hide internal directories.