Module-level declarations
Operations
Link copied to clipboard
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
.