Back to Fuels Rs

Glossary

docs/src/glossary.md

0.77.0726 B
Original Source

Glossary

Contract

<!-- This section should define a contract --> <!-- rs_contract:example:start -->

A contract, in the SDK, is an abstraction that represents a connection to a specific smart contract deployed on the Fuel Network. This contract instance can be used as a regular Rust object, with methods attached to it that reflect those in its smart contract equivalent.

<!-- rs_contract:example:end -->

Provider

<!-- This section should define a provider --> <!-- rs_provider:example:start -->

A Provider is a struct that provides an abstraction for a connection to a Fuel node. It provides read-only access to the node. You can use this provider as-is or through the wallet.

<!-- rs_provider:example:end -->