REST Resource: projects.locations.endpoints

Resource: Endpoint

Represents a Universal Ledger endpoint.

JSON representation
{
  "name": string
}
Fields
name

string

Identifier. The resource name of the endpoint. Format: projects/{project}/locations/{location}/endpoints/{endpoint}

Methods

get

Gets the details of a specific endpoint.

list

Lists all endpoints for a given project and location.

queryAccount

Queries all the information stored about an account in the network.

queryData

Queries the network for information stored on the ledger, such as accounts and transactions.

queryTransactionState

Queries the state of a transaction.

submitOperationalTransaction

Submits an operational transaction to the network.

submitTransaction

Submits a transaction to the network.