export interface PublishTransaction extends TransactionBase { readonly type: 'PublishTransaction'; readonly contract: Contract; }