SignedBlock class final

Implementers
Annotations
  • @immutable

Constructors

SignedBlock({required Uint8List block, required String typeUrl, required Uint8List signature})
const
SignedBlock.fromProto(SignedBlock proto)
factory

Properties

block Uint8List
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signature Uint8List
final
typeUrl String
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toProto() SignedBlock
toString() String
A string representation of this object.
inherited
verify(Signer signer) Future<bool>

Operators

operator ==(Object other) bool
The equality operator.
inherited