UNPKG

hector-rubic-sdk

Version:
4 lines (3 loc) 351 B
import { Token } from '../../../../../core/blockchain/tokens/token'; export declare function createTokenNativeAddressProxy<T extends Token>(token: T, wrappedNativeAddress: string): T; export declare function createTokenNativeAddressProxyInPathStartAndEnd<T extends Token>(path: T[] | ReadonlyArray<T>, wrappedNativeAddress: string): ReadonlyArray<T>;