Coda by Ian Macalinao
    Preparing search index...

    Type Alias WalletChangeThresholdEvent

    type WalletChangeThresholdEvent = {
        smartWallet: Address;
        threshold: bigint;
        timestamp: bigint;
    }
    Index
    smartWallet: Address
    threshold: bigint
    timestamp: bigint