@hashgraph/solo
    Preparing search index...

    Interface AccountIdWithKeyPairObject

    interface AccountIdWithKeyPairObject {
        accountId: string;
        privateKey: string;
        publicKey: string;
    }
    Index

    Properties

    accountId: string
    privateKey: string
    publicKey: string