Struct fuel_gql_client::client::schema::coin::CoinByIdArgs
source · pub struct CoinByIdArgs {
pub utxo_id: UtxoId,
}
Fields§
§utxo_id: UtxoId
Trait Implementations§
source§impl Debug for CoinByIdArgs
impl Debug for CoinByIdArgs
source§impl QueryVariables for CoinByIdArgs
impl QueryVariables for CoinByIdArgs
§type Fields = CoinByIdArgsFields
type Fields = CoinByIdArgsFields
A struct that determines which variables are available when using this struct.