Interface AccountIdWithKeyPairObject

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

Properties

accountId: string
privateKey: string
publicKey: string