import { Context } from "fabric-contract-api"; export interface OperationContext { channelId: string; chaincodeId: string; methodName: string; fullOperationId: string; } export declare function getOperationContext(ctx: Context): OperationContext; export declare function getChaincodeId(ctx: Context): string; //# sourceMappingURL=OperationContext.d.ts.map