0.0.17 • Published 1 month ago

mto-custom-backend-driver v0.0.17

Weekly downloads
-
License
ISC
Repository
-
Last release
1 month 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
    "appSecret",//appSecret
    "0x"//privateKey
);
await disputeDriver.init();

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

1 month ago

0.0.14

2 months ago

0.0.15

2 months ago

0.0.16

2 months 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.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