UNPKG

@venly/venly-core-sdk

Version:

Javascrip/Typescript SDK for Venly's Web3 Services

56 lines 2.3 kB
"use strict"; var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d; if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc); else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r; return c > 3 && r && Object.defineProperty(target, key, r), r; }; var __metadata = (this && this.__metadata) || function (k, v) { if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v); }; Object.defineProperty(exports, "__esModule", { value: true }); exports.VyTransactionHashResultDto = exports.VyTypeValueDto = void 0; const json_1 = require("../../helpers/json"); /** * */ let VyTypeValueDto = class VyTypeValueDto { //CStr constructor(initializer) { if (initializer != null) Object.assign(this, initializer); } }; exports.VyTypeValueDto = VyTypeValueDto; __decorate([ (0, json_1.JsonProperty)(null, String), __metadata("design:type", String) ], VyTypeValueDto.prototype, "type", void 0); __decorate([ (0, json_1.JsonProperty)(null, String), __metadata("design:type", String) ], VyTypeValueDto.prototype, "value", void 0); exports.VyTypeValueDto = VyTypeValueDto = __decorate([ (0, json_1.JsonObject)(), __metadata("design:paramtypes", [VyTypeValueDto]) ], VyTypeValueDto); /** * */ let VyTransactionHashResultDto = class VyTransactionHashResultDto { //CStr constructor(initializer) { if (initializer != null) Object.assign(this, initializer); } }; exports.VyTransactionHashResultDto = VyTransactionHashResultDto; __decorate([ (0, json_1.JsonProperty)(null, String), __metadata("design:type", String) ], VyTransactionHashResultDto.prototype, "transactionHash", void 0); exports.VyTransactionHashResultDto = VyTransactionHashResultDto = __decorate([ (0, json_1.JsonObject)(), __metadata("design:paramtypes", [VyTransactionHashResultDto]) ], VyTransactionHashResultDto); //# sourceMappingURL=VyModels.Shared.generated.js.map