Type alias TransactionNonceCtor

TransactionNonceCtor: {
    feePayer?: PublicKey | null;
    minContextSlot: number;
    nonceInfo: NonceInformation;
    signatures?: SignaturePubkeyPair[];
}

Use these options to construct a durable nonce transaction.

Type declaration

Generated using TypeDoc