export interface RawCallReceipt { readonly result: RawInvocationResult; readonly actions: readonly RawAction[]; }