Type Alias SDKConfig

SDKConfig: {
    network: "dev" | "testnet" | undefined;
}