Create and Post Transaction with Othent
Post a transaction on Arweave with Othent
Basic Syntax
import { createAndPostTransactionWOthent } from 'arweavekit/transaction'
const transaction = await createAndPostTransactionWOthent({params});Input Parameters
tags: [{ 'name': key_name, 'value': some_value}, { 'name': key_name2, 'value': some_value2}]
Returned Data
Last updated
Was this helpful?