Class AmountValue
Inheritance
object
AmountValue
Assembly: Xrpl.BinaryCodec.dll
Syntax
public abstract class AmountValue
Properties
|
Edit this page
View Source
IsIou
Declaration
public abstract bool IsIou { get; }
Property Value
Methods
|
Edit this page
View Source
FromMpt(string)
Declaration
public static AmountValue FromMpt(string value)
Parameters
| Type |
Name |
Description |
| string |
value |
|
Returns
|
Edit this page
View Source
FromParser(BinaryParser)
Declaration
public static AmountValue FromParser(BinaryParser parser)
Parameters
Returns
|
Edit this page
View Source
FromString(string, bool)
Declaration
public static AmountValue FromString(string value, bool native = false)
Parameters
| Type |
Name |
Description |
| string |
value |
|
| bool |
native |
|
Returns
|
Edit this page
View Source
ToBytes()
Declaration
public abstract byte[] ToBytes()
Returns
|
Edit this page
View Source
ToString()
Declaration
public abstract string ToString()
Returns