ChainSig.js Documentation - v1.1.6
    Preparing search index...

    Interface SolanaUnsignedTransaction

    interface SolanaUnsignedTransaction {
        transaction: Transaction;
        feePayer: PublicKey;
        recentBlockhash: string;
    }
    Index

    Properties

    transaction: Transaction
    feePayer: PublicKey
    recentBlockhash: string