Source: packet/trust.js

/**
 * @module packet/trust
 */

module.exports = Trust;

/**
 * @constructor
 */
function Trust() {
};