package
0.1.0
Repository: https://github.com/itering/subscan.git
Documentation: pkg.go.dev

# README

Plugin

Plugin is an important feature of Subscan Essentials. It is very convenient to save Extrinsic and Event to the database and parse it into various customized content, save it in a new data table, and display the customization data to the frontend through HTTP API.

Usage

  1. Refer plugin to write the plugin you need

  2. Just import your plugin in plugins/registry.go like

func init() {
	registerNative(YourPlugin.New()) // Register plugin to subscan
}

# Packages

No description provided by the author
No description provided by the author

# Functions

No description provided by the author

# Variables

No description provided by the author

# Structs

No description provided by the author

# Type aliases

No description provided by the author