Function callerHasWriteAccess

  • Determine if the caller has write access to the data stored in the called smart contract.

    Remarks

    This function returns true exclusively when a new smart contract is deployed using the 'create_new_sc_address()' function. When calling createSC, the User or smart contract will be granted write access to the created SC, but this privilege is limited to the context of this specific operation.

    Returns

    Returns true if the caller has write access; false otherwise.

    Returns bool

Generated using TypeDoc