Coda by Ian Macalinao
    Preparing search index...
    interface StakeEventArgs {
        amount: number | bigint;
        authority: Address;
        timestamp: number | bigint;
        token: Address;
    }
    Index

    Properties

    amount: number | bigint
    authority: Address
    timestamp: number | bigint
    token: Address