Interface QueryGetMatchResultResponseAmino

interface QueryGetMatchResultResponseAmino {
    result: undefined | MatchResultAmino;
}

Properties

Properties

result: undefined | MatchResultAmino