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

    Interface SolanaTransactionRequest

    interface SolanaTransactionRequest {
        from: string;
        to: string;
        amount: bigint | BN;
        instructions?: TransactionInstruction[];
        feePayer?: PublicKey;
    }
    Index

    Properties

    from: string
    to: string
    amount: bigint | BN
    instructions?: TransactionInstruction[]
    feePayer?: PublicKey