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

    Interface DiscoveredContract

    What a Discoverable.discoverAt call returns — exactly the shape ContractManager.createContract accepts (script-keyed, idempotent on re-register).

    interface DiscoveredContract {
        address: string;
        label?: string;
        metadata?: Record<string, unknown>;
        params: Record<string, string>;
        script: string;
        type: string;
    }
    Index

    Properties

    address: string
    label?: string
    metadata?: Record<string, unknown>
    params: Record<string, string>
    script: string
    type: string