Skip to main content

ServerVtxo

Type Alias ServerVtxo 

Source
pub type ServerVtxo<G = Bare> = Vtxo<G, ServerVtxoPolicy>;
Expand description

Type alias for a server-internal VTXO that may have policies without user pubkeys.

Aliased Type§

pub struct ServerVtxo<G = Bare> { /* private fields */ }

Trait Implementations§

Source§

impl<G> From<Vtxo<G>> for ServerVtxo<G>

Source§

fn from(vtxo: Vtxo<G>) -> ServerVtxo<G>

Converts to this type from the input type.