Last updated 4 years ago
This interface models the meta information associated with a meta flow:
export interface MetaInfo { transactionCount: number, status?: MetaStatus, lastError: any }