Documentation
¶
Index ¶
- type MigrationContract
- func (cc *MigrationContract) ExportChunkKV(ctx contractapi.TransactionContextInterface, pageSize int32, bookmark string, ...) (string, error)
- func (cc *MigrationContract) ImportChunkKV(ctx contractapi.TransactionContextInterface, entriesStr string) error
- func (cc *MigrationContract) Init(ctx contractapi.TransactionContextInterface) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MigrationContract ¶
type MigrationContract struct {
contractapi.Contract
}
func (*MigrationContract) ExportChunkKV ¶
func (cc *MigrationContract) ExportChunkKV(ctx contractapi.TransactionContextInterface, pageSize int32, bookmark string, isComposit bool) (string, error)
ExportChunkKV get a set of keys and values and write hash to chaincode event
func (*MigrationContract) ImportChunkKV ¶
func (cc *MigrationContract) ImportChunkKV(ctx contractapi.TransactionContextInterface, entriesStr string) error
ImportChunkKV add a set of keys and values to the state and write the hash to the chaincode event
func (*MigrationContract) Init ¶
func (cc *MigrationContract) Init(ctx contractapi.TransactionContextInterface) error
Click to show internal directories.
Click to hide internal directories.