pub trait FlowRequest<Response>: Sealed {
const PATH: &'static str;
}
Expand description
A callable request of the Flow Access API.
The path of the request.
formatted as “/”({package} “.”)? {service}“/” {method}.
impl<Script, Arguments, ReferenceBlockId, ProposalKeyAddress, Payer, Authorizers, PayloadSignatures, EnvelopeSignatures> FlowRequest<SendTransactionResponse> for SendTransactionRequest<Script, Arguments, ReferenceBlockId, ProposalKeyAddress, Payer, Authorizers, PayloadSignatures, EnvelopeSignatures>