setAccountCap method

void setAccountCap(
  1. String cap
)

cap set the account cap for interacting with DeepBook

Implementation

void setAccountCap(String cap) {
	_accountCap = cap;
}