warp-controller 0.1.0

warp controller contract
Documentation
1
2
3
4
5
6
7
8
9
10
#[test]
fn test_query_accounts_successful_under_50() {}

#[test]
fn test_query_accounts_successful_over_50_paginated() {}

#[test]
fn test_query_accounts_limit_over_50() {
    //should fail out here
}