github PolymeshAssociation/polymesh-sdk v7.0.0-alpha.6

latest releases: v24.4.0-alpha.3, v24.4.0-alpha.2, v24.4.0-alpha.1...
pre-release2 years ago

7.0.0-alpha.6 (2021-07-15)

chore

  • BecomeAgent Authorization type (a9a6fd6)

BREAKING CHANGES

    • Remade the Permissions and PermissionsLike interfaces. It now supports exclusion as well (for example, setting permissions for “every token EXCEPT for x”). Both token and portfolio permissions are represented by an array of values, and a type (PermissionType.IncludePermissionType.Exclude). In the case of transactions, both individual transactions or entire modules can be included/excluded, but we also support an exceptions array. Specific examples can be found in the documentation of the TransactionPermissions interface. The transactionGroups property only works as “include”. This change affects account.getPermissionscurrentIdentity.inviteAccountapi.registerIdentity
      SecurityTokenDetails.primaryIssuanceAgent is now replaced by SecurityTokenDetails.primaryIssuanceAgents returning a list of Identities with that AgentGroup instead
      SecurityToken.removePrimaryIssuanceAgent is now deprecated and it requires a single agent set (it will fail if there are more than one) 
      CorporateActions.getAgent is now replaced by CorporateActions.getAgents, returning a list of Identities with that AgentGroup instead
      CorporateActions.removeAgent is now deprecated and it requires a single agent set (it will fail if there are more than one)

Don't miss a new polymesh-sdk release

NewReleases is sending notifications on new releases.