Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SignedBlock ¶
type SignedBlock struct {
Block Block `json:"block"`
Justification types.Justification `json:"justification"`
}
func (*SignedBlock) DecodeExtrinsics ¶ added in v1.1.3
func (s *SignedBlock) DecodeExtrinsics(decoder *registry.ExtrinsicDecoder) ([]*registry.DecodedExtrinsic, error)
DecodeExtrinsics attempts to decode the extrinsics using the provided decoder.
Click to show internal directories.
Click to hide internal directories.