Coda by Ian Macalinao
    Preparing search index...

    Type Alias TransactionUnapproveEventArgs

    type TransactionUnapproveEventArgs = {
        owner: Address;
        smartWallet: Address;
        timestamp: number | bigint;
        transaction: Address;
    }
    Index
    owner: Address
    smartWallet: Address
    timestamp: number | bigint
    transaction: Address