Documentation
¶
Index ¶
- type Asset
- type SmartContract
- func (s *SmartContract) CreateAssert(ctx contractapi.TransactionContextInterface, userId string, documentId string, ...) string
- func (s *SmartContract) ReadAsset(ctx contractapi.TransactionContextInterface, documentId string) (*Asset, string)
- func (s *SmartContract) RealAllAsset(ctx contractapi.TransactionContextInterface) ([]*Asset, string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SmartContract ¶
type SmartContract struct {
contractapi.Contract
}
func (*SmartContract) CreateAssert ¶
func (s *SmartContract) CreateAssert(ctx contractapi.TransactionContextInterface, userId string, documentId string, documentData string) string
func (*SmartContract) ReadAsset ¶
func (s *SmartContract) ReadAsset(ctx contractapi.TransactionContextInterface, documentId string) (*Asset, string)
func (*SmartContract) RealAllAsset ¶
func (s *SmartContract) RealAllAsset(ctx contractapi.TransactionContextInterface) ([]*Asset, string)
Click to show internal directories.
Click to hide internal directories.