Owner authority is a hot-potato Auth minted from the tx sender (ctx is implicit in a PTB)
and consumed by the very next account-loading call (load_account_mut inside deposit_funds /
withdraw_funds / mint / …). It resolves to owner auth for whoever signs the transaction.
See packages/account/sources/account.move.
Owner authority is a hot-potato
Authminted from the tx sender (ctxis implicit in a PTB) and consumed by the very next account-loading call (load_account_mutinsidedeposit_funds/withdraw_funds/mint/ …). It resolves to owner auth for whoever signs the transaction. Seepackages/account/sources/account.move.