Module-level declarations

Functions

function create_cluster_from_with_cluster_data_impl(my_pubkey: byte_array, name: text, governor_voter_set: text, provider_voter_set: text, cluster_creation_data: cluster_creation_data)
Link copied to clipboard
function create_cluster_from_with_units_impl(my_pubkey: byte_array, name: text, governor_voter_set: text, provider_voter_set: text, cluster_units: integer)
Link copied to clipboard
function create_cluster_with_cluster_data_impl(my_pubkey: byte_array, name: text, governor_voter_set: text, provider_pubkeys: list<byte_array>, cluster_creation_data: cluster_creation_data)
Link copied to clipboard
function create_cluster_with_units_impl(my_pubkey: byte_array, name: text, governor_voter_set: text, provider_pubkeys: list<byte_array>, cluster_units: integer)
Link copied to clipboard
@extend(direct_cluster) function (): boolean

Operations

Link copied to clipboard
operation create_cluster(my_pubkey: byte_array, name: text, governor_voter_set: text, provider_pubkeys: list<byte_array>)

Creates a cluster with a set of providers and standard cluster units.

Permission: system provider

Rate limit: actions

Link copied to clipboard
operation create_cluster_from(my_pubkey: byte_array, name: text, governor_voter_set: text, provider_voter_set: text)

Creates a cluster provided by the members of an existing voter set.

Permission: system provider

Rate limit: actions

Link copied to clipboard
operation create_cluster_from_with_cluster_data(my_pubkey: byte_array, name: text, governor_voter_set: text, provider_voter_set: text, cluster_creation_data: cluster_creation_data)

Creates a cluster provided by the members of an existing voter set with custom cluster units and custom extra storage.

Permission: system provider

Rate limit: actions

Link copied to clipboard
operation create_cluster_from_with_units(my_pubkey: byte_array, name: text, governor_voter_set: text, provider_voter_set: text, cluster_units: integer)

Creates a cluster provided by the members of an existing voter set with custom cluster units.

Permission: system provider

Rate limit: actions

Link copied to clipboard
operation create_cluster_with_cluster_data(my_pubkey: byte_array, name: text, governor_voter_set: text, provider_pubkeys: list<byte_array>, cluster_creation_data: cluster_creation_data)

Creates a cluster with a set of providers and custom cluster units and custom extra storage.

Permission: system provider

Rate limit: actions

Link copied to clipboard
operation create_cluster_with_units(my_pubkey: byte_array, name: text, governor_voter_set: text, provider_pubkeys: list<byte_array>, cluster_units: integer)

Creates a cluster with a set of providers and custom cluster units.

Permission: system provider

Rate limit: actions