Struct fuel_gql_client::client::schema::tx::transparent_tx::InputContract
source · pub struct InputContract {
pub utxo_id: UtxoId,
pub balance_root: Bytes32,
pub state_root: Bytes32,
pub tx_pointer: TxPointer,
pub contract: ContractIdFragment,
}
Fields§
§utxo_id: UtxoId
§balance_root: Bytes32
§state_root: Bytes32
§tx_pointer: TxPointer
§contract: ContractIdFragment
Trait Implementations§
source§impl Debug for InputContract
impl Debug for InputContract
source§impl<'de> Deserialize<'de> for InputContract
impl<'de> Deserialize<'de> for InputContract
source§fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl<'de> QueryFragment<'de> for InputContract
impl<'de> QueryFragment<'de> for InputContract
§type SchemaType = InputContract
type SchemaType = InputContract
The type in a schema that this
QueryFragment
representssource§fn query(builder: SelectionBuilder<'_, Self::SchemaType, Self::Variables>)
fn query(builder: SelectionBuilder<'_, Self::SchemaType, Self::Variables>)
Adds this fragment to the query being built by
builder