Documentation
¶
Index ¶
- Constants
- Variables
- func DecodeSchemaBytesByHash(payload []byte) ([]byte, error)
- func DecodeSchemaBytesByName(payload []byte) ([]byte, error)
- func DecodeSchemaHashByName(payload []byte) (*common.Hash, error)
- func EncodeSchemaBytesByHash(hash string) ([]byte, error)
- func EncodeSchemaBytesByName(name string) ([]byte, error)
- func EncodeSchemaHashByName(name string) ([]byte, error)
- func GetSaveTransaction(ctx context.Context, client *ethclient.Client, nonce uint64, ...) (*types.Transaction, error)
Constants ¶
View Source
const JSONABI = `` /* 1137-byte string literal not displayed */
JSONABI is json ethereum contract description
Variables ¶
View Source
var ABI abi.ABI
ABI json ABI representation
Functions ¶
func DecodeSchemaBytesByHash ¶ added in v0.0.2
func DecodeSchemaBytesByName ¶ added in v0.0.2
DecodeSchemaBytesByName is decoding schema bytes
func DecodeSchemaHashByName ¶ added in v0.0.2
DecodeSchemaHashByName is used getting decode hash by schema name. name - schema name
func EncodeSchemaBytesByHash ¶ added in v0.0.2
EncodeSchemaBytesByHash is used getting schema body by hash. hash string to retrieve schema body
func EncodeSchemaBytesByName ¶ added in v0.0.2
EncodeSchemaBytesByName is used to get schema by name. name is schema name
func EncodeSchemaHashByName ¶ added in v0.0.2
EncodeSchemaHashByName is used getting schema hash by schema name. name - schema name
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.