Type alias TransactionCtorFields_DEPRECATED

TransactionCtorFields_DEPRECATED: {
    feePayer?: PublicKey | null;
    nonceInfo?: NonceInformation | null;
    recentBlockhash?: Blockhash;
    signatures?: SignaturePubkeyPair[];
}

List of Transaction object fields that may be initialized at construction

Type declaration

  • Optional feePayer?: PublicKey | null

    The transaction fee payer

  • Optional nonceInfo?: NonceInformation | null

    Optional nonce information used for offline nonce'd transactions

  • Optional recentBlockhash?: Blockhash

    A recent blockhash

  • Optional signatures?: SignaturePubkeyPair[]

    One or more signatures

Generated using TypeDoc