import { RewardByBlockchainEntity } from "./RewardByBlockchainEntity"; export type RewardsByBlockchain = { rewards: Array; };