Coda by Ian Macalinao
    Preparing search index...

    Type Alias StakeEvent

    type StakeEvent = {
        amount: bigint;
        authority: Address;
        timestamp: bigint;
        token: Address;
    }
    Index
    amount: bigint
    authority: Address
    timestamp: bigint
    token: Address