Versions in this module Expand all Collapse all v0 v0.0.10 Oct 26, 2025 v0.0.8 Nov 11, 2025 v0.0.7 Nov 11, 2025 v0.0.6 Oct 26, 2025 v0.0.5 Jun 23, 2025 v0.0.4 Jun 23, 2025 v0.0.3 Jun 21, 2025 v0.0.2 Jun 19, 2025 v0.0.1 Jun 19, 2025 Changes in this version + type AuthorExtrinsicUpdate struct + Broadcast *interface{} + InBlock *string + type Block struct + Extrinsics []string + Header ChainNewHeadResult + type BlockResult struct + Block Block + Justification string + type ChainNewHeadLog struct + Logs []string + type ChainNewHeadResult struct + Digest ChainNewHeadLog + ExtrinsicsRoot string + Number string + ParentHash string + StateRoot string + type Error struct + Code int + Data interface{} + Message string + type HealthResult struct + IsSyncing bool + Peers int + ShouldHavePeers bool + type JsonRpcParams struct + Error *Error + Id int + JsonRpc string + Method string + Params interface{} + type JsonRpcResult struct + Error *Error + Id int + JsonRpc string + Method string + Params *SubParams + Result interface{} + func (p *JsonRpcResult) CheckErr() error + func (p *JsonRpcResult) ToAnyThing(r interface{}) error + func (p *JsonRpcResult) ToAuthorExtrinsicUpdate() *AuthorExtrinsicUpdate + func (p *JsonRpcResult) ToBlock() *BlockResult + func (p *JsonRpcResult) ToFloat64() float64 + func (p *JsonRpcResult) ToInt() uint64 + func (p *JsonRpcResult) ToInterfaces() ([]interface{}, error) + func (p *JsonRpcResult) ToNewHead() *ChainNewHeadResult + func (p *JsonRpcResult) ToPaymentQueryInfo() *PaymentQueryInfo + func (p *JsonRpcResult) ToRuntimeVersion() *RuntimeVersion + func (p *JsonRpcResult) ToStorage() (*StateStorageResult, int64) + func (p *JsonRpcResult) ToString() (string, error) + func (p *JsonRpcResult) ToSysHealth() *HealthResult + type PaymentQueryInfo struct + Class string + PartialFee decimal.Decimal + Weight int64 + type Properties struct + Ss58Format int + TokenDecimals int + TokenSymbol string + type RuntimeVersion struct + Apis [][]interface{} + AuthoringVersion int + ImplName string + ImplVersion int + SpecName string + SpecVersion int + TransactionVersion int + type StateStorageResult struct + Block string + Changes [][]string + type SubParams struct + Result interface{} + type SystemTokenResult struct + TokenDecimals int + TokenSymbol string