export type AddressType = 'Base' | 'Script' | 'BaseWithScriptDelegation' | 'ScriptWithScriptDelegation' | 'BaseWithPtrDelegation' | 'ScriptWithPtrDelegation' | 'Enterprise' | 'EnterpriseScript' | 'Stake' | 'ScriptStake';
