@arkade-os/sdk Documentation - v0.4.54
    Preparing search index...

    Variable ArkadeContractHandlerConst

    ArkadeContractHandler: ContractHandler<
        ArkadeContractParams,
        ArkadeProgramScript,
    > & TapscriptDeriving<ArkadeProgramScript> = ...

    Generic handler for artifact/program-based Arkade contracts.

    Persists the full ArkadeContractParams (program artifact JSON, args, signer keys) as string params, so any contract created via arkade.contract(program, args) participates in the standard contract pipeline: ContractManager persistence and validation, watcher events, repository-backed balances, and offline script re-derivation. Rebuild a callable contract from a stored row with ArkadeContract.fromContract.