Type Alias switchboard_solana::prelude::borsh::schema::FieldName
pub type FieldName = String;
Expand description
The name of the field in the struct (can be used to convert JSON to Borsh using the schema).
Aliased Type§
struct FieldName { /* private fields */ }