Helius SDK - v2.2.2
    Preparing search index...

    Type Alias SendableTransaction

    SendableTransaction:
        | Base64EncodedWireTransaction
        | { serialize(): Uint8Array }
        | { base64: string }
        | { signed: unknown }

    A transaction in any supported format that can be sent.