Comparing version 0.0.88 to 0.0.89
@@ -90,15 +90,14 @@ import * as env from "./env"; | ||
constructor( | ||
public authorization: PermissionLevel[] = [], | ||
public account: Name = new Name(), | ||
public name: Name = new Name(), | ||
public authorization: PermissionLevel[] = [], | ||
public data: u8[] = [], | ||
) { | ||
} | ||
) {} | ||
static new( | ||
authorization: PermissionLevel[], | ||
account: Name, | ||
name: Name, | ||
authorization: PermissionLevel[], | ||
packer: Packer): Action { | ||
return new Action(authorization, account, name, packer.pack()); | ||
return new Action(account, name, authorization, packer.pack()); | ||
} | ||
@@ -105,0 +104,0 @@ |
{ | ||
"name": "as-chain", | ||
"version": "0.0.88", | ||
"version": "0.0.89", | ||
"description": "chain module for assemblyscript", | ||
@@ -5,0 +5,0 @@ "main": "js/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1576550
6717