Show / Hide Table of Contents

Class AmountValue

Inheritance
object
AmountValue
IouValue
Namespace: Xrpl.BinaryCodec.Types
Assembly: Xrpl.BinaryCodec.dll
Syntax
public abstract class AmountValue

Properties

| Edit this page View Source

IsIou

Declaration
public abstract bool IsIou { get; }
Property Value
Type Description
bool

Methods

| Edit this page View Source

FromMpt(string)

Declaration
public static AmountValue FromMpt(string value)
Parameters
Type Name Description
string value
Returns
Type Description
AmountValue
| Edit this page View Source

FromParser(BinaryParser)

Declaration
public static AmountValue FromParser(BinaryParser parser)
Parameters
Type Name Description
BinaryParser parser
Returns
Type Description
AmountValue
| 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
Type Description
AmountValue
| Edit this page View Source

ToBytes()

Declaration
public abstract byte[] ToBytes()
Returns
Type Description
byte[]
| Edit this page View Source

ToString()

Declaration
public abstract string ToString()
Returns
Type Description
string
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX