Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeployContract ¶
func DeployContract(script []byte, parmeters []ParameterType) ([]byte, error)
DeployContract .
Types ¶
type Contract ¶
type Contract struct {
// contains filtered or unexported fields
}
Contract neo nep5 contract object
type ParameterType ¶
type ParameterType byte
ParameterType .
const ( Signature ParameterType = 0 Boolean Integer Hash160 Hash256 ByteArray PublicKey String Array InteropInterface Void )
Parameter Type enum
Click to show internal directories.
Click to hide internal directories.