API

fmgp.blockfrost.API
object API

Blockfrost API

Attributes

See also
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
API.type

Members list

Value members

Concrete methods

def metadataContentCBOR(network: String, label: String, page: Int, count: Int): String

Value parameters

count

The number of results displayed on one page. (min: 1 max: 100 default: 100)

label

Metadata label

page

The page number for listing the results. (min: 1 max: 21474836 default: 1)

Attributes

Returns

MetadataContentCBOR

def metadataContentJson(network: String, label: String, page: Int, count: Int): String

Value parameters

count

The number of results displayed on one page. (min: 1 max: 100 default: 100)

label

Metadata label

page

The page number for listing the results. (min: 1 max: 21474836 default: 1)

Attributes

Returns

MetadataContentJson

def metadataLabels(network: String): String