Versions in this module Expand all Collapse all v0 v0.7.2 Aug 13, 2024 v0.7.1 Jun 27, 2024 v0.7.0 Jun 20, 2024 v0.6.3 Feb 20, 2024 v0.6.2 Feb 19, 2024 v0.6.1 Aug 30, 2023 v0.6.0 Aug 18, 2023 v0.5.0 Apr 28, 2023 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