stellar-plus
Version:
beta version of stellar-plus, an all-in-one sdk for the Stellar blockchain
7 lines (6 loc) • 630 B
TypeScript
import { ClassicTransactionPipelineInput, ClassicTransactionPipelineOutput, ClassicTransactionPipelineType } from '../../../../../../stellar-plus/core/pipelines/classic-transaction/types';
import { BaseChannelAccountsPlugin } from '../../soroban-transaction/channel-accounts';
import { ChannelAccountsPluginConstructorArgs } from '../../soroban-transaction/channel-accounts/types';
export declare class ClassicChannelAccountsPlugin extends BaseChannelAccountsPlugin<ClassicTransactionPipelineInput, ClassicTransactionPipelineOutput, ClassicTransactionPipelineType> {
constructor(args: ChannelAccountsPluginConstructorArgs);
}