LedgerBounds class
- Inheritance
-
- Object
- XDRSerialization
- LedgerBounds
Constructors
- LedgerBounds({required int minLedger, required int maxLedger})
-
LedgerBounds.fromStruct(Map<
String, dynamic> json) -
factory
Properties
Methods
-
createLayout(
{String? property}) → Layout< Map< String, dynamic> > -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
override
-
toLayoutStruct(
) → Map< String, dynamic> -
override
-
toString(
) → String -
A string representation of this object.
inherited
-
toXDR(
{String? property}) → List< int> -
inherited
-
toXDRBase64(
) → String -
inherited
-
toXDRHex(
) → String -
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited