export interface RawInvocationResultSuccess extends RawInvocationResultBase { readonly state: 'HALT'; readonly stack: readonly ContractParameter[]; }