pub async fn get_coin_from_storage(
    output_ref: &OutputRef,
    client: &HttpClient
) -> Result<(Coin<0>, OuterVerifier)>
Expand description

Given an output ref, fetch the details about this coin from the node’s storage.