Type aliases
Static AsObject
AsObject: { anchorType: TypeMap[keyof TypeMap]; createdAt?: google_protobuf_timestamp_pb.Timestamp.AsObject; data: string; error: string; finalizedAt?: google_protobuf_timestamp_pb.Timestamp.AsObject; flushedAt?: google_protobuf_timestamp_pb.Timestamp.AsObject; hash: string; id: string; proofFormat: FormatMap[keyof FormatMap]; size: number; startedAt?: google_protobuf_timestamp_pb.Timestamp.AsObject; status: StatusMap[keyof StatusMap]; submittedAt?: google_protobuf_timestamp_pb.Timestamp.AsObject }
Type declaration
-
anchorType: TypeMap[keyof TypeMap]
-
Optional createdAt?: google_protobuf_timestamp_pb.Timestamp.AsObject
-
data: string
-
error: string
-
Optional finalizedAt?: google_protobuf_timestamp_pb.Timestamp.AsObject
-
Optional flushedAt?: google_protobuf_timestamp_pb.Timestamp.AsObject
-
hash: string
-
id: string
-
proofFormat: FormatMap[keyof FormatMap]
-
size: number
-
Optional startedAt?: google_protobuf_timestamp_pb.Timestamp.AsObject
-
status: StatusMap[keyof StatusMap]
-
Optional submittedAt?: google_protobuf_timestamp_pb.Timestamp.AsObject
Static MessageArray
MessageArray: any[]
Static StaticToObject
StaticToObject: (includeInstance: boolean, msg: Message) => {}
Type declaration
-
- (includeInstance: boolean, msg: Message): {}
-
Parameters
-
includeInstance: boolean
-
msg: Message
Returns {}
Static ValueOfStatus
ValueOfStatus: StatusMap[keyof StatusMap]