@safe-global/safe-gateway-typescript-sdk
    Preparing search index...

    Type Alias SafeTransactionEstimation

    type SafeTransactionEstimation = {
        currentNonce: number;
        recommendedNonce: number;
        safeTxGas: string;
    }
    Index

    Properties

    currentNonce: number
    recommendedNonce: number
    safeTxGas: string