Type Alias MatchmakingInfo

MatchmakingInfo: {
    address: string;
    amount: string;
    bracketId: number;
    contractAddress: string;
    expiry: string;
    fee: string;
    mmId: string;
    nonce: string;
    onChain: boolean;
}