Post Transaction
Post a signed transaction on Arweave
Last updated
Was this helpful?
Post a signed transaction on Arweave
Last updated
Was this helpful?
This is the final step of the transaction process on Arweave.
The postTransaction
function uploads the previously signed transaction on Arweave.
The function is called as follows:
The following params are available for this function and they must be passed in as an object:
key: JWKInterface
(optional): The private key for the wallet posting the transaction. The wallet key file can be loaded as follows:
environment: 'local' | 'mainnet'
(optional) : The environment on which the transaction was created and signed.
transaction: object
: The transaction object signed previously.
The function call returns the following data depending on input parameters:
A status object is also returned. status: 200
and statusText: 'OK'
indicates a successful post request on Arweave.
The transaction is posted on the selected environment
(local
or mainnet
).
A signed object of type is returned by Arweave.