Variables
MsgDeleteProfile
MsgDeleteProfile: { 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: { creator?: string }
-
Optional creator?: string
-
toJSON: function
-
Parameters
Returns unknown
MsgDeleteProfileResponse
MsgDeleteProfileResponse: { 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
MsgSaveProfile
MsgSaveProfile: { 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: { bio?: string; coverPicture?: string; creator?: string; dtag?: string; nickname?: string; profilePicture?: string }): MsgSaveProfile
-
Parameters
-
object: { bio?: string; coverPicture?: string; creator?: string; dtag?: string; nickname?: string; profilePicture?: string }
-
Optional bio?: string
-
Optional coverPicture?: string
-
Optional creator?: string
-
Optional dtag?: string
-
Optional nickname?: string
-
Optional profilePicture?: string
-
toJSON: function
-
Parameters
Returns unknown
MsgSaveProfileResponse
MsgSaveProfileResponse: { 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'