@hypernetlabs/objects
Version:
Objects and types shared by the Hypernet Protocol
10 lines • 482 B
TypeScript
import { ChainId } from "./ChainId";
import { EthereumContractAddress } from "./EthereumContractAddress";
import { PublicIdentifier } from "./PublicIdentifier";
export declare class GatewayTokenInfo {
tokenAddress: EthereumContractAddress;
chainId: ChainId;
routerPublicIdentifiers: PublicIdentifier[];
constructor(tokenAddress: EthereumContractAddress, chainId: ChainId, routerPublicIdentifiers: PublicIdentifier[]);
}
//# sourceMappingURL=GatewayTokenInfo.d.ts.map