Dfns TypeScript SDK - v0.8.21
    Preparing search index...

    Type Alias CantonLedgerApiProxyBody

    type CantonLedgerApiProxyBody = {
        body?: unknown;
        requestMethod: "GET" | "POST";
        resource: string;
    }
    Index

    Properties

    body?: unknown

    Optional JSON body, forwarded verbatim for POST resources. Must be omitted for GET resources.

    requestMethod: "GET" | "POST"

    The HTTP method used against the Canton Ledger API.

    resource: string

    The Canton Ledger API resource path, beginning with /v2/ (e.g. /v2/state/active-contracts).