labscommunity / arweavekit

https://docs.arweavekit.com
MIT License
10 stars 7 forks source link

tx/get #15

Closed codingknite closed 1 year ago

codingknite commented 1 year ago

Description

inputs


interface Inputs {
  transactionId: string;
  options?: {
    data?: boolean;
    tags?: boolean;
  };
}