GetAssetNetworkParams<T>: {
    asset: Asset;
    chainId?: number;
    networkType: T;
}

Type Parameters