ssxalchemyprovider
Home > @spruceid/ssx-server > SSXAlchemyProvider
SSXAlchemyProvider type
Alchemy provider settings.
Signature:
export declare type SSXAlchemyProvider = {
service: SSXRPCProviders.SSXAlchemyProvider;
apiKey?: string;
network?: SSXAlchemyProviderNetworks;
};
References: SSXRPCProviders.SSXAlchemyProvider, SSXAlchemyProviderNetworks
Last updated
Was this helpful?