Constructor
# new Memo(type, value)
Memo
represents memos attached to transactions.
Parameters:
Name | Type | Description |
---|---|---|
type |
string
|
|
value |
*
|
|
Members
Methods
# static fromXDRObject(object) → {Memo}
Returns Memo from XDR memo object.
Parameters:
Name | Type | Description |
---|---|---|
object |
xdr.Memo
|
XDR memo object |
# static hash(hash) → {Memo}
Creates and returns a MemoHash
memo.
Parameters:
Name | Type | Description |
---|---|---|
hash |
array
|
string
|
32 byte hash or hex encoded string |
# static id(id) → {Memo}
Creates and returns a MemoID
memo.
Parameters:
Name | Type | Description |
---|---|---|
id |
string
|
64-bit number represented as a string |
# static return(hash) → {Memo}
Creates and returns a MemoReturn
memo.
Parameters:
Name | Type | Description |
---|---|---|
hash |
array
|
string
|
32 byte hash or hex encoded string |