Package | Description |
---|---|
com.metaco.api |
Modifier and Type | Method and Description |
---|---|
TransactionBroadcastResult |
MetacoClientImpl.broadcastTransaction(RawTransaction rawTransaction) |
TransactionBroadcastResult |
MetacoClient.broadcastTransaction(RawTransaction rawTransaction)
Requires Authentication
Submit a signed transaction
You have to sign each of your inputs of the selected transaction (you will get those details when creating the transaction through Metaco)
Then encode the transaction in hexadecimal and send it here
|
Order |
MetacoClientImpl.submitSignedOrder(String id,
RawTransaction rawTransaction) |
Order |
MetacoClient.submitSignedOrder(String id,
RawTransaction rawTransaction)
Requires Authentication
Submit a signed order
You have to sign each of your inputs of the selected order (you will get those details by fetching the orders)
Then encode the transaction in hexadecimal and send it here
|
Copyright © 2016 Metaco. All rights reserved.