Documentation
    Preparing search index...

    Type Alias AccountResolverOptions

    Default settings used when resolving token accounts.

    type AccountResolverOptions = {
        allowPDAOwnerAddress: boolean;
        createWrappedSolAccountMethod: WrappedSolAccountCreateMethod;
    }
    Index

    Properties

    allowPDAOwnerAddress: boolean
    createWrappedSolAccountMethod: WrappedSolAccountCreateMethod