export interface InvocationTransaction extends TransactionBase { readonly type: TransactionType.Invocation; readonly script: Buffer; }