Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 286 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 286 Bytes

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>;
};