Skip to main content

Ledger Ops Gateway (0.0.26)

Download OpenAPI specification:Download

Ledger Operation Gateway

Allow execute ledger operation and query transaction into the ledger Deprecated

Create send Generic Ledger Operation action

Authorizations:
ApplicationToken
Request Body schema: application/json
context
string or null
dependencies
Array of strings
finbootSession
string
glo
object
intent
string
tag
string or null
walletId
string
walletPassword
string

Responses

Request samples

Content type
application/json
{
  • "context": "string",
  • "dependencies": [
    ],
  • "finbootSession": "string",
  • "glo": { },
  • "intent": "string",
  • "tag": "string",
  • "walletId": "string",
  • "walletPassword": "string"
}

Response samples

Content type
application/json
{
  • "id": "string",
  • "state": "PENDING"
}

Allow execute ledger operation and query transaction into the ledger

New Method to create send Generic Ledger Operation action

Authorizations:
ApplicationToken
Request Body schema: application/json
dependencies
Array of strings
required
object
intent
string
ledger
required
string
ledgerId
required
string
pluginId
required
string
object
tag
string or null
wallet
required
string
walletId
required
string

Responses

Request samples

Content type
application/json
{
  • "dependencies": [
    ],
  • "glo": {
    },
  • "intent": "string",
  • "ledger": "string",
  • "ledgerId": "string",
  • "pluginId": "string",
  • "pluginSecrets": {
    },
  • "tag": "string",
  • "wallet": "string",
  • "walletId": "string"
}

Response samples

Content type
application/json
{
  • "id": "string",
  • "state": "PENDING"
}

Emulate a single transaction and get its result Deprecated

Emulate a single transaction and get its result

Authorizations:
ApplicationToken
Request Body schema: application/json
args
Array of strings
instanceId
string
methodName
string

Responses

Request samples

Content type
application/json
{
  • "args": [
    ],
  • "instanceId": "string",
  • "methodName": "string"
}

Response samples

Content type
application/json
{
  • "result": "string"
}

Search transaction base information with or without receipt Deprecated

Search transaction base information with or without receipt

Authorizations:
ApplicationToken
query Parameters
ledgerId
required
string

Ledger id

locator
required
string

Transaction Hash

withReceipt
required
boolean

Flag to allow return the transaction and its receipt

Responses

Response samples

Content type
application/json
{
  • "locator": "string",
  • "smartContractAddress": "string",
  • "status": "string"
}