package
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Jun 24, 2021
License: GPL-3.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type ExtrinsicError struct {
ID uint `gorm:"primary_key" json:"-"`
ExtrinsicHash string `json:"-" sql:"size:100;"`
Module string `json:"module"`
Name string `json:"name"`
Doc string `json:"doc"`
}
type MetadataModuleError struct {
Module string `json:"module"`
Name string `json:"name"`
Doc []string `json:"doc"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.