Class: Privy::Models::FarcasterLinkRequestBody
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Privy::Models::FarcasterLinkRequestBody
- Defined in:
- lib/privy/models/farcaster_link_request_body.rb
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#initialize(channel_token:, fid:, message:, signature:) ⇒ Object
constructor
The request body for linking a Farcaster account.
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize(channel_token:, fid:, message:, signature:) ⇒ Object
The request body for linking a Farcaster account.
|
|
# File 'lib/privy/models/farcaster_link_request_body.rb', line 26
|
Instance Attribute Details
#channel_token ⇒ String
9 |
# File 'lib/privy/models/farcaster_link_request_body.rb', line 9 required :channel_token, String |
#fid ⇒ Float
14 |
# File 'lib/privy/models/farcaster_link_request_body.rb', line 14 required :fid, Float |
#message ⇒ String
19 |
# File 'lib/privy/models/farcaster_link_request_body.rb', line 19 required :message, String |
#signature ⇒ String
24 |
# File 'lib/privy/models/farcaster_link_request_body.rb', line 24 required :signature, String |