Versions in this module Expand all Collapse all v0 v0.0.5 Nov 4, 2024 v0.0.4 Nov 1, 2024 Changes in this version + type Call = types.Call + type ChainProperties struct + IsEthereum bool + SS58Format types.U32 + TokenDecimals types.U32 + TokenSymbol types.Text + type DispatchClass = types.DispatchClass + type Hash = types.Hash + type Metadata = types.Metadata + type MultiAddress = types.MultiAddress + type PartialFee = types.UCompact + type U128 = types.U128 + type U256 = types.U256 + type U264 = types.U64 + type U32 = types.U32 + type UCompact big.Int + func NewUCompact(value *big.Int) UCompact + func NewUCompactFromUInt(value uint64) UCompact + func (u *UCompact) Decode(decoder scale.Decoder) error + func (u *UCompact) Int64() int64 + func (u *UCompact) UnmarshalJSON(b []byte) error + func (u UCompact) Encode(encoder scale.Encoder) error + func (u UCompact) MarshalJSON() ([]byte, error) + type Weight = types.Weight