Variables
MsgBlockUser
MsgBlockUser: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }
Type declaration
-
decode: function
- decode(input: Uint8Array | Reader, length?: number): MsgBlockUser
-
Parameters
-
input: Uint8Array | Reader
-
Optional length: number
-
encode: function
-
Parameters
Returns Writer
-
fromJSON: function
-
fromPartial: function
- fromPartial(object: { blocked?: string; blocker?: string; reason?: string; subspace?: string }): MsgBlockUser
-
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
MsgBlockUserResponse
MsgBlockUserResponse: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }
Type declaration
-
decode: function
-
Parameters
-
input: Uint8Array | Reader
-
Optional length: number
-
encode: function
-
Parameters
Returns Writer
-
fromJSON: function
-
fromPartial: function
-
toJSON: function
-
Parameters
Returns unknown
MsgCreateRelationship
MsgCreateRelationship: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }
Type declaration
-
decode: function
-
Parameters
-
input: Uint8Array | Reader
-
Optional length: number
-
encode: function
-
Parameters
Returns Writer
-
fromJSON: function
-
fromPartial: function
-
Parameters
-
object: { receiver?: string; sender?: string; subspace?: string }
-
Optional receiver?: string
-
Optional sender?: string
-
Optional subspace?: string
-
toJSON: function
-
Parameters
Returns unknown
MsgCreateRelationshipResponse
MsgCreateRelationshipResponse: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }
Type declaration
-
decode: function
-
Parameters
-
input: Uint8Array | Reader
-
Optional length: number
-
encode: function
-
Parameters
Returns Writer
-
fromJSON: function
-
fromPartial: function
-
toJSON: function
-
Parameters
Returns unknown
MsgDeleteRelationship
MsgDeleteRelationship: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }
Type declaration
-
decode: function
-
Parameters
-
input: Uint8Array | Reader
-
Optional length: number
-
encode: function
-
Parameters
Returns Writer
-
fromJSON: function
-
fromPartial: function
-
Parameters
-
object: { counterparty?: string; subspace?: string; user?: string }
-
Optional counterparty?: string
-
Optional subspace?: string
-
Optional user?: string
-
toJSON: function
-
Parameters
Returns unknown
MsgDeleteRelationshipResponse
MsgDeleteRelationshipResponse: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }
Type declaration
-
decode: function
-
Parameters
-
input: Uint8Array | Reader
-
Optional length: number
-
encode: function
-
Parameters
Returns Writer
-
fromJSON: function
-
fromPartial: function
-
toJSON: function
-
Parameters
Returns unknown
MsgUnblockUser
MsgUnblockUser: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }
Type declaration
-
decode: function
-
Parameters
-
input: Uint8Array | Reader
-
Optional length: number
-
encode: function
-
Parameters
Returns Writer
-
fromJSON: function
-
fromPartial: function
- fromPartial(object: { blocked?: string; blocker?: string; subspace?: string }): MsgUnblockUser
-
Parameters
-
object: { blocked?: string; blocker?: string; subspace?: string }
-
Optional blocked?: string
-
Optional blocker?: string
-
Optional subspace?: string
-
toJSON: function
-
Parameters
Returns unknown
MsgUnblockUserResponse
MsgUnblockUserResponse: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }
Type declaration
-
decode: function
-
Parameters
-
input: Uint8Array | Reader
-
Optional length: number
-
encode: function
-
Parameters
Returns Writer
-
fromJSON: function
-
fromPartial: function
-
toJSON: function
-
Parameters
Returns unknown
Const protobufPackage
protobufPackage: "desmos.profiles.v1beta1" = 'desmos.profiles.v1beta1'