UNPKG

@aeternity/aepp-sdk

Version:

SDK for the æternity blockchain

7 lines 216 B
/** * Account is one of the three basic building blocks of an * {@link AeSdk} and provides access to a signing key pair. * @category account */ export default class AccountBase {} //# sourceMappingURL=Base.js.map