Documentation
¶
Index ¶
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) CreateAsset ¶
func (s *SmartContract) CreateAsset(ctx contractapi.TransactionContextInterface, name string) error
func (*SmartContract) GetAsset ¶
func (s *SmartContract) GetAsset(ctx contractapi.TransactionContextInterface, name string) (string, error)
Click to show internal directories.
Click to hide internal directories.