Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

CreateAccessorOutput

import type { CreateAccessorOutput } from "https://aws-api.deno.dev/v0.4/services/managedblockchain.ts?docs=full";
interface CreateAccessorOutput {
AccessorId?: string | null;
BillingToken?: string | null;
}

§Properties

§
AccessorId?: string | null
[src]

The unique identifier of the accessor.

§
BillingToken?: string | null
[src]

The billing token is a property of the Accessor. Use this token to make Ethereum API calls to your Ethereum node. The billing token is used to track your accessor object for billing Ethereum API requests made to your Ethereum nodes.