0.0.17 • Published 2 months ago

mto-metamask-backend-driver v0.0.17

Weekly downloads
-
License
ISC
Repository
-
Last release
2 months ago

HMP SDK

HMP SDK-2 allow merchants to manipulate MTO products, orders, blockchain and disputes.

import  { DisputeDriver }  from "mto-backend-driver";
import { Dispute, IDisputeFilterQuery } from "mto-backend-types/src";

let disputeDriver: DisputeDriver = new DisputeDriver({
    appkey: "appkey",//appKey
    appSecret: "appSecret",//appSecret
    privateKey: "0x"//privateKey
});
await disputeDriver.init();

const result:Dispute[] = await disputeDriver.getDisputes(filters:IDisputeFilterQuery);
})
0.0.15

2 months ago

0.0.16

2 months ago

0.0.17

2 months ago

0.0.14

2 years ago

0.0.13

2 years ago

0.0.12

2 years ago

0.0.11

2 years ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago