Constructor
new MoneroOutgoingTransfer(state)
Construct the model.
Parameters:
Name | Type | Description |
---|---|---|
state |
MoneroOutgoingTranser | object | is existing state to initialize from (optional) |
Extends
Methods
copy()
- Overrides:
- Source:
getAccountIndex()
- Overrides:
- Source:
getAddresses()
getAmount()
- Overrides:
- Source:
getDestinations()
getSubaddressIndices()
getTx()
- Overrides:
- Source:
isIncoming()
- Overrides:
- Source:
isOutgoing()
- Overrides:
- Source:
merge(transfer)
Updates this transaction by merging the latest information from the given
transaction.
Merging can modify or build references to the transfer given so it
should not be re-used or it should be copied before calling this method.
Parameters:
Name | Type | Description |
---|---|---|
transfer |
is the transfer to merge into this one |
- Overrides:
- Source:
setAccountIndex()
- Overrides:
- Source:
setAddresses()
setAmount()
- Overrides:
- Source:
setDestinations()
setSubaddressIndices()
setTx()
- Overrides:
- Source:
toJson()
- Overrides:
- Source:
toString()
- Overrides:
- Source: