Coda by Ian Macalinao
    Preparing search index...

    Type Alias WalletCreateEvent

    type WalletCreateEvent = {
        minimumDelay: bigint;
        owners: Address[];
        smartWallet: Address;
        threshold: bigint;
        timestamp: bigint;
    }
    Index
    minimumDelay: bigint
    owners: Address[]
    smartWallet: Address
    threshold: bigint
    timestamp: bigint