Documentation ¶
Index ¶
- Constants
- func DecodeEvent(rawList string, metadata *metadata.Instant, spec int) (r interface{}, err error)
- func DecodeExtrinsic(rawList []string, metadata *metadata.Instant, spec int) (r []map[string]interface{}, err error)
- func DecodeLogDigest(rawList []string) (r []storage.DecoderLog, err error)
- func ExtractAuthor(data []byte, sessionValidators []string) string
- func RegCustomTypes(sourceCode []byte)
- type Mortal
- type PreRuntime
Constants ¶
View Source
const ( CidAura = 0x61727561 CidBabe = 0x45424142 )
Variables ¶
This section is empty.
Functions ¶
func DecodeEvent ¶
DecodeEvent Event decode
func DecodeExtrinsic ¶
func DecodeExtrinsic(rawList []string, metadata *metadata.Instant, spec int) (r []map[string]interface{}, err error)
Extrinsic decode
func DecodeLogDigest ¶
func DecodeLogDigest(rawList []string) (r []storage.DecoderLog, err error)
LogDigest decode
func ExtractAuthor ¶
func RegCustomTypes ¶ added in v0.0.5
func RegCustomTypes(sourceCode []byte)
Types ¶
type Mortal ¶
func DecodeMortal ¶
type PreRuntime ¶
Click to show internal directories.
Click to hide internal directories.