Type Alias AccountResolverOptions

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

Default settings used when resolving token accounts.

Type declaration

  • allowPDAOwnerAddress: boolean
  • createWrappedSolAccountMethod: WrappedSolAccountCreateMethod