export interface RosettaApiParam {
    url: string;
    blockchain: string;
    network: string;
    canisterId: string;
}
