Module-level declarations

Properties

Link copied to clipboard
val iccf_description: text = "Proposed via ICCF"

Operations

Link copied to clipboard
operation add_provider_blockchain_auth(my_pubkey: byte_array, blockchain_rid: byte_array)

Make it possible to use an operation from another blockchain to authenticate this provider. The provider needs to sign this transaction (but not subsequent operations which are authenticated by the other blockchain).

Link copied to clipboard
operation remove_provider_blockchain_auth_iccf(my_pubkey: byte_array, tx_to_prove: gtx_transaction, op_index: integer)

Make it no longer possible to use the operation from the blockchain to authenticate this provider. The transaction needs to include ICCF proof of tx_to_prove.