Type Alias AccountResolverOptions

AccountResolverOptions: {
    allowPDAOwnerAddress: boolean;
    createWrappedSolAccountMethod: WrappedSolAccountCreateMethod;
}

Default settings used when resolving token accounts.