UNPKG

@assert-equals/dappdriver

Version:

DappDriver is an e2e testing framework designed for testing decentralized applications (dApps) using MetaMask, Rainbow or Zerion

23 lines (22 loc) 450 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Send = void 0; const approve_request_1 = require("./approve-request"); /** * * * @export * @class Send * @extends {ApproveRequest} * @implements {IConfirmation} */ class Send extends approve_request_1.ApproveRequest { /** * Creates an instance of Send. * @memberof Send */ constructor() { super(); } } exports.Send = Send;