@opensubaccounts/sdk
    Preparing search index...

    Type Alias SafeTx

    Safe transaction struct (matching Gnosis Safe 1.4.1+).

    type SafeTx = {
        baseGas: bigint;
        data: `0x${string}`;
        gasPrice: bigint;
        gasToken: `0x${string}`;
        nonce: bigint;
        operation: 0 | 1;
        refundReceiver: `0x${string}`;
        safeTxGas: bigint;
        to: `0x${string}`;
        value: bigint;
    }
    Index

    Properties

    baseGas: bigint
    data: `0x${string}`
    gasPrice: bigint
    gasToken: `0x${string}`
    nonce: bigint
    operation: 0 | 1
    refundReceiver: `0x${string}`
    safeTxGas: bigint
    to: `0x${string}`
    value: bigint