@chromia/ft4
Advanced tools
Comparing version 0.3.1 to 0.3.2
@@ -8,2 +8,8 @@ # Changelog | ||
## [0.3.2] - 2024-02-06 | ||
### Fixed | ||
- Fixes invalid parameter name for `ft4.get_auth_handler_for_operation` query | ||
## [0.3.1] - 2024-01-19 | ||
@@ -10,0 +16,0 @@ |
@@ -9,3 +9,3 @@ /// <reference types="node" /> | ||
export declare function authHandlerForOperation(opName: string): QueryObject<AuthHandler | null, { | ||
name: string; | ||
op_name: string; | ||
}>; | ||
@@ -12,0 +12,0 @@ export declare function firstAllowedAuthDescriptor(opName: string, args: RawGtv, accountId: Buffer, ids: Buffer[]): QueryObject<Buffer | null, { |
@@ -16,3 +16,3 @@ export function rellAppStructure() { | ||
args: { | ||
name: opName, | ||
op_name: opName, | ||
}, | ||
@@ -19,0 +19,0 @@ }; |
{ | ||
"name": "@chromia/ft4", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"description": "FT4 Library is a library for Rell modules (Chromia smart contract language). It can be imported and used as a token provider and manager. It allows several operations, among them: creation of different assets (type of tokens), allocation of tokens, transfer, and cross crosschain transfer. It also have some basic data structure for users (account) that can be used independently from the use of the tokens.", | ||
@@ -5,0 +5,0 @@ "main": "dist/cjs/index.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
16593719