UNPKG

@ledgerhq/coin-canton

Version:
15 lines 697 B
/** * 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. */ /** Discriminator `type` values for `PrepareTransactionRequest` on `POST .../transaction/prepare`. */ export var TransactionType; (function (TransactionType) { TransactionType["TAP_REQUEST"] = "tap-request"; TransactionType["TRANSFER_PRE_APPROVAL_PROPOSAL"] = "transfer-pre-approval-proposal"; })(TransactionType || (TransactionType = {})); //# sourceMappingURL=gateway.js.map