Subspace
Subspace: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }
Type declaration
-
decode: function
- decode(input: Uint8Array | Reader, length?: number): Subspace
-
Parameters
-
input: Uint8Array | Reader
-
Optional length: number
-
encode: function
- encode(message: Subspace, writer?: Writer): Writer
-
Parameters
Returns Writer
-
fromJSON: function
-
fromPartial: function
- fromPartial(object: { creationTime?: Date; creator?: string; id?: string; name?: string; owner?: string; type?: SubspaceType }): Subspace
-
Parameters
-
object: { creationTime?: Date; creator?: string; id?: string; name?: string; owner?: string; type?: SubspaceType }
-
Optional creationTime?: Date
-
Optional creator?: string
-
Optional id?: string
-
Optional name?: string
-
Optional owner?: string
-
-
toJSON: function
-
Parameters
Returns unknown
the creation time of the subspace