@did-btc1/method
    Preparing search index...

    Interface GenerateBeaconServicesParams

    Required parameters for generating Beacon Services. GenerateBeaconServicesParams

    interface GenerateBeaconServicesParams {
        beaconType: string;
        network: Network;
        publicKey: Bytes;
    }
    Index

    Properties

    beaconType: string
    network: Network
    publicKey: Bytes