Struct fuel_gql_client::client::FuelClient
source · [−]pub struct FuelClient { /* private fields */ }
Implementations
Get the status of a transaction
pub async fn transactions(
&self,
request: PaginationRequest<String>
) -> Result<PaginatedResult<TransactionResponse, String>>
pub async fn transactions(
&self,
request: PaginationRequest<String>
) -> Result<PaginatedResult<TransactionResponse, String>>
returns a paginated set of transactions sorted by block height
pub async fn transactions_by_owner(
&self,
owner: &str,
request: PaginationRequest<String>
) -> Result<PaginatedResult<TransactionResponse, String>>
pub async fn transactions_by_owner(
&self,
owner: &str,
request: PaginationRequest<String>
) -> Result<PaginatedResult<TransactionResponse, String>>
Returns a paginated set of transactions associated with a txo owner address.
pub async fn blocks(
&self,
request: PaginationRequest<String>
) -> Result<PaginatedResult<Block, String>>
pub async fn blocks(
&self,
request: PaginationRequest<String>
) -> Result<PaginatedResult<Block, String>>
Retrieve multiple blocks
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for FuelClient
impl Send for FuelClient
impl Sync for FuelClient
impl Unpin for FuelClient
impl UnwindSafe for FuelClient
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more