[][src]Trait golem_rpc_api::pay::AsGolemPay

pub trait AsGolemPay: RpcEndpoint {
    fn as_golem_pay<'a>(&'a self) -> GolemPay<'a, Self>;
}

Required methods

fn as_golem_pay<'a>(&'a self) -> GolemPay<'a, Self>

Loading content...

Implementors

impl<Endpoint: RpcEndpoint> AsGolemPay for Endpoint[src]

Loading content...