UNPKG

@ledgerhq/coin-canton

Version:
18 lines 827 B
"use strict"; /** * Types for the Canton Gateway HTTP API (OpenAPI 3.1). * * (published Redoc: https://canton-gateway.api.live.ledger.com/docs/openapi/redoc/gateway.yaml). * * Path templates use `{node_preset_id}` and `{party_id}` as in OpenAPI; clients substitute * the configured node id and party id respectively. */ Object.defineProperty(exports, "__esModule", { value: true }); exports.TransactionType = void 0; /** Discriminator `type` values for `PrepareTransactionRequest` on `POST .../transaction/prepare`. */ var TransactionType; (function (TransactionType) { TransactionType["TAP_REQUEST"] = "tap-request"; TransactionType["TRANSFER_PRE_APPROVAL_PROPOSAL"] = "transfer-pre-approval-proposal"; })(TransactionType || (exports.TransactionType = TransactionType = {})); //# sourceMappingURL=gateway.js.map