Skip to content

rocklabs-io/dflow-motoko-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

DFlow Motoko SDK

In this repo we provide the DFlow Motoko SDK and an example App to showcase how to integrate DFlow into your application.

The receiving canister must implement the following 4 functions to handle money flow event updates:

onFlowCreation: (args: Flow) -> ();
onFlowUpdate: (args: Flow) -> ();
onFlowDeletion: (args: Flow) -> ();
onFlowLiquidation: (args: Flow) -> ();

Releases

No releases published

Packages

No packages published

Languages