Methods
buildPayment(params) → {promise}
- Source:
Build Payment.
Parameters:
Name | Type | Description | |||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
params |
Object | Parameters for build payment. Properties
|
Returns:
Object with raw_transaction, signing_instructions, fee
- Type
- promise
buildTransaction(params) → {promise}
- Source:
Build transaction.
Parameters:
Name | Type | Description | |||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
params |
Object | Parameters for build transaction. Properties
|
Returns:
Object with raw_transaction, signing_instructions, fee
- Type
- promise
convertArguement(obj)
- Source:
convert contract argument.
Parameters:
Name | Type | Description | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
obj |
Object | Argument Object Properties
|
list(params)
- Source:
List local transactions by id.
Parameters:
Name | Type | Description | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
params |
Object | list transactions with account information. Properties
|
submit(params) → {promise}
- Source:
- See:
Submit a signed transaction to the blockchain.
Parameters:
Name | Type | Description | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
params |
Object | Parameters for build payment. Properties
|
Returns:
transaction_hash
- Type
- promise