type GetChainIdParams = { network: NetworkInput; sdkOptions?: SDKOptions;};
type network = NetworkInput;
type sdkOptions = SDKOptions;