labscommunity / arweavekit

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

tx/post #7

Closed codingknite closed 1 year ago

codingknite commented 1 year ago

Description

inputs

interface Inputs {
    data: string | Uint8Array | ArrayBuffer;
    options: {
    chunk: boolean;
    bundler: boolean;
     };
    key: JWKInterface
}

return type

type transaction = Transaction