pub fn from_rpc<D>(
    payload: RpcConfirmationPayload,
    default_account: Address,
    dispatcher: &D
) -> BoxFuture<ConfirmationPayload> where
    D: Dispatcher
Expand description

Convert RPC confirmation payload to signer confirmation payload. May need to resolve in the future to fetch things like gas price.