Avalanche SDK Client
    Preparing search index...

    Type Alias PChainOwnerInfo

    P-Chain owner information

    type PChainOwnerInfo = {
        addresses: string[];
        threshold: number;
    }
    Index

    Properties

    Properties

    addresses: string[]

    Array of addresses that can sign.

    threshold: number

    Threshold of signatures required.