Function scpPrettify

Returns a formatting prettifier for SCPEnvelope.

agora.utils.SCPPrettyPrinter.SCPEnvelopeFmt scpPrettify (
  const(scpd.types.Stellar_SCP.SCPEnvelope*) env,
  extern(C++) shared_ptr!(scpd.types.Stellar_SCP.SCPQuorumSet) delegate(ref const(ulong)) const get_qset = cast(const(extern (C++) shared_ptr!(SCPQuorumSet) delegate(ref const(ulong))))null
) nothrow @nogc @trusted;

Parameters

NameDescription
env a pointer to SCPEnvelope
get_qset getter for quorum sets. If null it won't be used.