Struct fuel_gql_client::client::schema::Breakpoint
source · pub struct Breakpoint {
pub contract: ContractId,
pub pc: U64,
}
Fields§
§contract: ContractId
§pc: U64
Trait Implementations§
source§impl Debug for Breakpoint
impl Debug for Breakpoint
source§impl InputObject for Breakpoint
impl InputObject for Breakpoint
§type SchemaType = Breakpoint
type SchemaType = Breakpoint
The input object in the schema that this type represents.