Avalanche SDK Client
    Preparing search index...

    Type Alias GetSubnetsReturnType

    Return type for the platform.getSubnets method.

    type GetSubnetsReturnType = {
        subnets: { controlKeys: (...)[]; id: string; threshold: string }[];
    }
    Index

    Properties

    Properties

    subnets: { controlKeys: (...)[]; id: string; threshold: string }[]

    Information about the requested Subnets

    Type declaration

    • controlKeys: (...)[]

      The control keys of the Subnet.

    • id: string

      The ID of the Subnet.

    • threshold: string

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