@hashgraph/solo
    Preparing search index...
    type SystemAccount = {
        accountId: string;
        name: string;
        privateKey?: string;
        publicKey: PublicKey;
    }
    Index

    Properties

    accountId: string
    name: string
    privateKey?: string
    publicKey: PublicKey