UNPKG

@airgap/astar

Version:

The @airgap/astar is an Astar implementation of the ICoinProtocol interface from @airgap/coinlib-core.

5 lines (4 loc) 300 B
import { SubstrateProtocolConfiguration, SubstrateSS58AccountConfiguration } from '@airgap/substrate/v1'; export declare type AstarTransactionType = never; export interface AstarProtocolConfiguration extends SubstrateProtocolConfiguration<SubstrateSS58AccountConfiguration, AstarTransactionType> { }