Coda by Ian Macalinao
    Preparing search index...

    Type Alias WalletChangeThresholdEventArgs

    type WalletChangeThresholdEventArgs = {
        smartWallet: Address;
        threshold: number | bigint;
        timestamp: number | bigint;
    }
    Index
    smartWallet: Address
    threshold: number | bigint
    timestamp: number | bigint