Functions
initialize
Initialize the SDK.
Initialize the SDK.
Signature
function initialize(
options?: InitializeOptions
): Promise<Result<void, InitializeError>>Parameters
Prop
Type
Returns
Promise<Result<void, InitializeError>>
Throws
InvalidParams if the provided arguments are missing or invalid.
How would you rate this page?