github.com/stafiprotocol/go-substrate-rpc-client@v1.4.7/types/common/common.go (about) 1 package common 2 3 type ExtrinsicParam struct { 4 Name string `json:"name"` 5 Type string `json:"type"` 6 Value interface{} `json:"value"` 7 }