Skip to content

ICME-Lab/ICP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ICP

service = {
  paymentAccountId: (Principal, Principal) -> Text; //(controller, userPrincipal);
  takeinPayment: (Principal, Principal) -> async Result.Result<(BlockIndex, Tokens), Error>;
  takeoutPayment: (Text, Nat64) -> async Result.Result<(BlockIndex, Tokens), Error>;
};

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages