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

  • OptionalfeePayer?: PublicKey | null

    The transaction fee payer

  • OptionalnonceInfo?: NonceInformation | null

    Optional nonce information used for offline nonce'd transactions

  • OptionalrecentBlockhash?: Blockhash

    A recent blockhash

  • Optionalsignatures?: SignaturePubkeyPair[]

    One or more signatures