export interface InvocationTransaction extends TransactionBase { readonly type: 'InvocationTransaction'; readonly script: BufferString; readonly gas: BigNumber; }