aptos
Version:
16 lines (13 loc) • 437 B
text/typescript
// Copyright © Aptos Foundation
// SPDX-License-Identifier: Apache-2.0
export * from "./abi";
export * from "./account_address";
export * from "./authenticator";
export * from "./transaction";
export * from "./type_tag";
export * from "./identifier";
export * from "./ed25519";
export * from "./multi_ed25519";
export * from "./authentication_key";
export * from "./rotation_proof_challenge";
export type SigningMessage = Uint8Array;