AccountLimit constructor
AccountLimit({})
Implementation
AccountLimit({
this.codeSizeUnzipped,
this.codeSizeZipped,
this.concurrentExecutions,
this.totalCodeSize,
this.unreservedConcurrentExecutions,
});
AccountLimit({
this.codeSizeUnzipped,
this.codeSizeZipped,
this.concurrentExecutions,
this.totalCodeSize,
this.unreservedConcurrentExecutions,
});