@openweb3-io/waas
Version:
WaaS API client and WaaS verification library
40 lines • 952 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.TransactionEndpoint = void 0;
class TransactionEndpoint {
constructor() {
}
static getAttributeTypeMap() {
return TransactionEndpoint.attributeTypeMap;
}
}
exports.TransactionEndpoint = TransactionEndpoint;
TransactionEndpoint.discriminator = undefined;
TransactionEndpoint.mapping = undefined;
TransactionEndpoint.attributeTypeMap = [
{
"name": "address",
"baseName": "address",
"type": "string",
"format": ""
},
{
"name": "amount",
"baseName": "amount",
"type": "string",
"format": ""
},
{
"name": "memo",
"baseName": "memo",
"type": "string",
"format": ""
},
{
"name": "type",
"baseName": "type",
"type": "string",
"format": ""
}
];
//# sourceMappingURL=TransactionEndpoint.js.map