controllers/transactions/lib/util

Methods

(inner) getFinalStates() → {array}

Source:
Returns:

an of states that can be considered final

Type
array

(inner) normalizeTxParams(txParams) → {object}

Source:

normalizes txParams

Parameters:
Name Type Description
txParams object
Returns:

normalized txParams

Type
object

(inner) validateFrom(txParams)

Source:

validates the from field in txParams

Parameters:
Name Type Description
txParams object

(inner) validateRecipient(txParams)

Source:

validates the to field in txParams

Parameters:
Name Type Description
txParams object

(inner) validateTxParams(txParams)

Source:

validates txParams

Parameters:
Name Type Description
txParams object