Variables
Relationship
Relationship: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }
Type declaration
-
decode: function
- decode(input: Uint8Array | Reader, length?: number): Relationship
-
Parameters
-
input: Uint8Array | Reader
-
Optional length: number
-
encode: function
-
Parameters
Returns Writer
-
fromJSON: function
-
fromPartial: function
- fromPartial(object: { creator?: string; recipient?: string; subspace?: string }): Relationship
-
Parameters
-
object: { creator?: string; recipient?: string; subspace?: string }
-
Optional creator?: string
-
Optional recipient?: string
-
Optional subspace?: string
-
toJSON: function
-
Parameters
Returns unknown
UserBlock
UserBlock: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }
Type declaration
-
decode: function
- decode(input: Uint8Array | Reader, length?: number): UserBlock
-
Parameters
-
input: Uint8Array | Reader
-
Optional length: number
-
encode: function
- encode(message: UserBlock, writer?: Writer): Writer
-
Parameters
Returns Writer
-
fromJSON: function
-
fromPartial: function
- fromPartial(object: { blocked?: string; blocker?: string; reason?: string; subspace?: string }): UserBlock
-
Parameters
-
object: { blocked?: string; blocker?: string; reason?: string; subspace?: string }
-
Optional blocked?: string
-
Optional blocker?: string
-
Optional reason?: string
-
Optional subspace?: string
-
toJSON: function
-
Parameters
Returns unknown
Const protobufPackage
protobufPackage: "desmos.profiles.v1beta1" = 'desmos.profiles.v1beta1'
Blocked represents the address of the blocked user