interface GetPlayerInventoryRequest {
    chainId: number;
    id: string;
}

Properties

Properties

chainId: number
id: string