Static
createInstantiate client with accesstoken (SDK-token)
needs to contain an SDK token
MintBlue SDK instance
Create access token
SDK token & API token
Create a blockchain transaction
Published transaction
Fetch a blockchain transaction
Array of decrypted & parsed outputs
List transactions
Array of transactions (without payload)
Experimental
Stream Project (experimental)
This function allows you to stream experimental data from a project.
The options for streaming experimental data.
A promise that resolves with an object containing a close
method.
The close
method can be used to gracefully close the streaming connection.
This function is experimental and subject to change. Use it with caution.
Create a project
Array of transactions (without payload)
Updates a project with the specified ID using the provided data.
The parameters for updating the project.
The ID of the project to update.
The data to update the project with.
A promise that resolves with the updated project data.
Retrieves a list of event listeners.
A promise that resolves with an array of event listener data.
Retrieves event listener data with the specified ID.
The ID of the event listener to retrieve.
A promise that resolves with the retrieved event listener data.
Creates a new event listener.
The data for creating the event listener.
A promise that resolves with the created event listener data.
Experimental
Get Peppol Key information
Object containing uncompressed public key in hex format.
Read more about compressed and decompressed keys here
Experimental
Get Peppol Key information
Object containing uncompressed public key in hex format.
Read more about compressed and decompressed keys here
Experimental
Get Signing Key information
Object containing uncompressed public key in hex format.
Read more about compressed and decompressed keys here
Experimental
Get Derive Key information
Object containing uncompressed public key in hex format.
Read more about compressed and decompressed keys here
Generated using TypeDoc
The main SDK class. Instantiate this class using the Mintblue.create() function