onesec-bridge
Version:
A library for interacting with the onesec.to bridge
6 lines (5 loc) • 326 B
TypeScript
import { EvmChain, IcrcAccount, Token } from './types';
import type * as candid from "./generated/candid/onesec/onesec.did";
export declare function token(token: Token): candid.Token;
export declare function chain(chain: EvmChain): candid.EvmChain;
export declare function icpAccount(account: IcrcAccount): candid.IcpAccount;