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

    Type Alias MultisigTransactionRequest

    type MultisigTransactionRequest = {
        baseGas: string;
        data?: string;
        gasPrice: string;
        gasToken: string;
        nonce: string;
        operation: Operation;
        origin?: string;
        refundReceiver?: string;
        safeTxGas: string;
        safeTxHash: string;
        sender: string;
        signature?: string;
        to: string;
        value: string;
    }
    Index

    Properties

    baseGas: string
    data?: string
    gasPrice: string
    gasToken: string
    nonce: string
    operation: Operation
    origin?: string
    refundReceiver?: string
    safeTxGas: string
    safeTxHash: string
    sender: string
    signature?: string
    to: string
    value: string