export interface RawInvocationResult { readonly state: 'FAULT' | 'HALT'; readonly stack: readonly ContractParameter[]; readonly gasConsumed: BigNumber; }