Avalanche SDK Client
    Preparing search index...

    Type Alias GetBlockchainsReturnType

    Return type for the platform.getBlockchains method. Get all the blockchains that exist (excluding the P-Chain).

    type GetBlockchainsReturnType = {
        blockchains: { id: string; name: string; subnetID: string; vmID: string }[];
    }
    Index

    Properties

    Properties

    blockchains: { id: string; name: string; subnetID: string; vmID: string }[]

    List of blockchains