UNPKG

scorechain-sdk

Version:

SDK for the Scorechain API

7 lines (5 loc) 144 B
import { BlockchainEnum } from "./common"; export declare interface FeedWithdrawal { blockchain: BlockchainEnum; identifier: string; }