Skip to main content
Module

x/astral/bindings/celestial.ts>Network_trustTokenOperationDone

A high-level puppeteer/playwright-like library for Deno
Go to Latest
interface Network_trustTokenOperationDone
import { type Network_trustTokenOperationDone } from "https://deno.land/x/astral@0.3.1/bindings/celestial.ts";

Properties

status:
| "Ok"
| "InvalidArgument"
| "MissingIssuerKeys"
| "FailedPrecondition"
| "ResourceExhausted"
| "AlreadyExists"
| "Unavailable"
| "Unauthorized"
| "BadResponse"
| "InternalError"
| "UnknownError"
| "FulfilledLocally"

Detailed success or error status of the operation. 'AlreadyExists' also signifies a successful operation, as the result of the operation already exists und thus, the operation was abort preemptively (e.g. a cache hit).

optional
topLevelOrigin: string

Top level origin. The context in which the operation was attempted.

optional
issuerOrigin: string

Origin of the issuer in case of a "Issuance" or "Redemption" operation.

optional
issuedTokenCount: number

The number of obtained Trust Tokens on a successful "Issuance" operation.