Type alias ExecuteSCReadOnlyResult

ExecuteSCReadOnlyResult: {
    error?: string;
    events: t.OutputEvents;
    executedAt: t.Slot;
    gasCost: number;
    stateChanges: StateChanges;
    value: Uint8Array;
}

Type declaration

  • Optional error?: string
  • events: t.OutputEvents
  • executedAt: t.Slot
  • gasCost: number
  • stateChanges: StateChanges
  • value: Uint8Array