@avalabs/avalanchejs
Version:
Avalanche Platform JS Library
8 lines • 532 B
TypeScript
import { Credential } from './credential';
import { MintOperation } from './mintOperation';
import { MintOutput } from './mintOutput';
import { TransferOperation } from './transferOperation';
import { TransferOutput } from './transferOutput';
declare const TypeRegistry: readonly (typeof Credential | typeof MintOperation | typeof MintOutput | typeof TransferOutput | typeof TransferOperation)[];
export { Credential, MintOutput, TransferOutput, MintOperation, TransferOperation, TypeRegistry, };
//# sourceMappingURL=index.d.ts.map