NameServiceTransferLayout constructor

const NameServiceTransferLayout({
  1. required SolAddress newOwnerKey,
})

Constructs a NameServiceTransferLayout instance with the specified new owner key.

Implementation

const NameServiceTransferLayout({required this.newOwnerKey});