Skip to content

KeyRegistrationItxnParams

Algorand TypeScript


Algorand TypeScript / itxn / itxn / KeyRegistrationItxnParams

Defined in: itxn.ts:1024

Holds KeyRegistration fields which can be updated, cloned, or submitted.

new KeyRegistrationItxnParams(): KeyRegistrationItxnParams

KeyRegistrationItxnParams

copy(): KeyRegistrationItxnParams

Defined in: itxn.ts:1040

Return a copy of this KeyRegistrationItxnParams object

KeyRegistrationItxnParams


set(fields): void

Defined in: itxn.ts:1034

Update one or more fields in this KeyRegistrationItxnParams object

KeyRegistrationFields

void


submit(): KeyRegistrationInnerTxn

Defined in: itxn.ts:1028

Submit an itxn with these fields and return the KeyRegistrationInnerTxn result

KeyRegistrationInnerTxn