SPLTokenSetAuthorityLayout constructor

SPLTokenSetAuthorityLayout({
  1. required AuthorityType authorityType,
  2. SolAddress? newAuthority,
})

Constructs an SPLTokenSetAuthorityLayout instance.

Implementation

SPLTokenSetAuthorityLayout({required this.authorityType, this.newAuthority});