Struct fuel_gql_client::client::schema::tx::transparent_tx::ContractOutput
source · pub struct ContractOutput {
pub input_index: i32,
pub balance_root: Bytes32,
pub state_root: Bytes32,
}
Fields§
§input_index: i32
§balance_root: Bytes32
§state_root: Bytes32
Trait Implementations§
source§impl Debug for ContractOutput
impl Debug for ContractOutput
source§impl<'de> Deserialize<'de> for ContractOutput
impl<'de> Deserialize<'de> for ContractOutput
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 ContractOutput
impl<'de> QueryFragment<'de> for ContractOutput
§type SchemaType = ContractOutput
type SchemaType = ContractOutput
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