summaryrefslogtreecommitdiff
path: root/scripts/rz_api_mesh.js
blob: 3fba4aef190d0a163e39c64f7899278b7ebfcdfe (plain)
1
2
3
4
5
6
7
8
9
/**
 * API calls designed to execute in decentralized fashion
 */
define([], function() {
    function RZ_API_Mesh() {
        
    }
    return new RZ_API_Mesh();
});