Avalanche SDK Client
    Preparing search index...

    Type Alias GetSubnetReturnType

    Return type for the platform.getSubnet method.

    type GetSubnetReturnType = {
        controlKeys: string[];
        conversionID: string;
        isPermissioned: boolean;
        locktime: string;
        managerAddress: string | null;
        managerChainID: string;
        subnetTransformationTxID: string;
        threshold: string;
    }
    Index

    Properties

    controlKeys: string[]

    The control keys of the Subnet

    conversionID: string

    The ID of the conversion

    isPermissioned: boolean

    Whether the Subnet is permissioned

    locktime: string

    The locktime of the Subnet

    managerAddress: string | null

    The address of the manager

    managerChainID: string

    The ID of the manager chain

    subnetTransformationTxID: string

    The ID of the transaction that transformed the Subnet

    threshold: string

    The threshold of control keys required to make changes to the Subnet